diff options
author | thomascube <thomas@roundcube.net> | 2009-05-15 10:22:29 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-15 10:22:29 +0000 |
commit | 51ede06434097ef8d0697ee204fa998d6445d194 (patch) | |
tree | 76d6362bca66010776af8e8fbb971ba848cc3215 /program/localization/index.inc | |
parent | 9bee4437b889f4e36e37116ebf1fc24765eecad6 (diff) |
Apply changes from r2348 to r2400 for 0.2.2 release
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | program/localization/index.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc index 4a243eef5..5b6ccc842 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -68,6 +68,7 @@ $rcube_languages = array( 'lt_LT' => 'Lithuanian', 'mk_MK' => 'Macedonian', 'ms_MY' => 'Malay', + 'mr_IN' => 'Marathi', 'nl_NL' => 'Nederlands', 'ne_NP' => 'Nepali', 'nb_NO' => 'Norsk (Bokmål)', @@ -117,6 +118,7 @@ $rcube_language_aliases = array( 'ne' => 'ne_NP', 'no' => 'nn_NO', 'ms' => 'ms_MY', + 'mr' => 'mr_IN', 'pl' => 'pl_PL', 'tw' => 'zh_TW', 'si' => 'si_LK', |