From d79cceb7a6fe67bbb9f8664ac1e3b39735397d32 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 10 Jun 2011 16:26:21 +0000 Subject: add pt-br language --- langs.inc.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'langs.inc.php') 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. * -- cgit v1.2.1