aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--langs.inc.php5
-rw-r--r--langs.php1
2 files changed, 6 insertions, 0 deletions
diff --git a/langs.inc.php b/langs.inc.php
index 400e54671..f18dc1222 100644
--- a/langs.inc.php
+++ b/langs.inc.php
@@ -16,6 +16,7 @@ $langs = array(
'nl' => 'Nederlands',
'pl' => 'Polski',
'pt' => 'Português',
+ 'pt-br' => 'Português do Brasil',
'ro' => 'Română',
'ru' => 'Русский',
'sl' => 'Slovenščina',
@@ -25,6 +26,10 @@ $langs = array(
'zh-tw' => '正體中文'
);
+// TODO (rda) define fallback languages for each language
+// for instance, pt-br could fallback on pt and pt on pt-br (but without
+// a cycle) then on es, etc.
+
/**
* Redirect to a localized path.
*
diff --git a/langs.php b/langs.php
index 4a5f60317..6bc00d563 100644
--- a/langs.php
+++ b/langs.php
@@ -160,6 +160,7 @@ $nav_list = array(
'it' => 'Donazioni',
'pl' => 'Dotacje',
'pt' => 'Doações',
+ 'pt-br' => 'Doações',
'tr' => 'Bağışlar',
'ro' => 'Donații',
'ru' => 'Пожертвования'