aboutsummaryrefslogtreecommitdiffstats
path: root/langs.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs.inc.php')
-rw-r--r--langs.inc.php5
1 files changed, 5 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.
*