Commit 4bfdfc0b authored by Franco Fichtner's avatar Franco Fichtner

system: nobody caught this typo ;(

(cherry picked from commit 0dc512ee)
parent 56b9c040
......@@ -244,7 +244,7 @@ function get_locale_list()
$locales['it_IT'] = gettext('Italian');
$locales['ja_JP'] = gettext('Japanese');
$locales['pt_BR'] = gettext('Portuguese (Brazil)');
$locales['pt_PR'] = gettext('Portuguese (Portugal)');
$locales['pt_PT'] = gettext('Portuguese (Portugal)');
$locales['ru_RU'] = gettext('Russian');
return $locales;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment