Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$currentLanguage = 'en';

//
$acceptedLanguages = array('en','es','de','ru');
$acceptedLanguages = array('en','es','de','ru','pt');

if (isset($_GET['l'])) {
if (in_array($_GET['l'], $acceptedLanguages)) {
Expand Down
2 changes: 2 additions & 0 deletions html/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<a class="text-white" href="https://plugins.bludit.com/es/">Español</a>
<span class="text-muted"> | </span>
<a class="text-white" href="https://plugins.bludit.com/ru/">Русский</a>
<span class="text-muted"> | </span>
<a class="text-white" href="https://plugins.bludit.com/pt/">Português</a>
</div>
</div>
<div class="row">
Expand Down
1 change: 1 addition & 0 deletions html/topnavbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<a class="dropdown-item" href="https://plugins.bludit.com/de/">Deutsch</a>
<a class="dropdown-item" href="https://plugins.bludit.com/es/">Español</a>
<a class="dropdown-item" href="https://plugins.bludit.com/ru/">Русский</a>
<a class="dropdown-item" href="https://plugins.bludit.com/pt/">Português</a>
</div>
</li>
</ul>
Expand Down
34 changes: 34 additions & 0 deletions languages/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"head-title": "Plugins - Bludit CMS",
"head-description": "Expanda a funcionalidade do Bludit com incríveis extensões. Redes sociais, editores de HTML, CSS personalizado, feed RSS, mapa do site, gráfico aberto, cartões do Twitter e muito mais.",
"little-description-paragraph1": "<b>Expanda</b> as funcionalidades do Bludit com plugins <b>surpreendentes</b>",
"add-new-plugin": "Adiciona um novo Plugin",

"demo": "Demo",
"documentation": "Documentação",
"themes": "Temas",
"plugins": "Plugins",
"donations": "Doações",
"donate": "Doar",
"download": "Baixar",
"search": "Buscar",
"live-demo": "Live Demo",
"free-download": "Baixar grátis",
"more-information": "Mais informações",
"made-by": "Feito por",
"support-forum": "Fórum de suporte",
"support-chat": "Chat de suporte",
"description": "Descrição",
"features": "Recursos",
"last-update": "Última atualização",
"author": "Autor",
"buy": "Comprar",
"buy-from": "Comprar de",
"version": "Versão",

"download-for-bludit-v2": "Baixar para o Bludit v2.x",
"download-for-bludit-v3": "Baixar para o Bludit v3.x",
"support": "Suporte",
"for-more-information-or-extra": "Para mais informações e configurações extras, visite o site do desenvolvedor.",
"this-plugin-has-not-yet-been-translated-into": "Este plugin não foi traduzido ainda para o português. Ajude-nos a traduzi-lo."
}