diff options
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | program/localization/index.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc index a11f889c7..91b97db1b 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -64,7 +64,7 @@ 'nb_NO' => 'Norsk (bokmål)', 'nn_NO' => 'Norsk (nynorsk)', 'fa' => 'Persian', - 'pl' => 'Polski', + 'pl_PL' => 'Polski', 'pt_BR' => 'Portuguese (Brazilian)', 'pt_PT' => 'Portuguese (Standard)', 'ro' => 'Romanian', @@ -93,7 +93,8 @@ $rcube_language_aliases = array( 'no' => 'nn_NO', 'pt' => 'pt_PT', 'th' => 'th_TH', - 'tw' => 'zh_TW' + 'tw' => 'zh_TW', + 'pl' => 'pl_PL' ); $rcube_charsets = array(); |