diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-12 20:49:25 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-12 20:49:25 -0400 |
commit | e1571f91cea7d0ff65b6f76869c99144f6081b1b (patch) | |
tree | 1b4b571331b25647260dffa18cef6a89dc61073f /app/Model | |
parent | f4454c17b81c986fd35ce7272e4c5b765b94bdb8 (diff) | |
parent | 33cf6075b92edc0976efa9b451dcfdb670d9ade6 (diff) |
Merge pull-request #709
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php index c6c2e20b..736ae08d 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -39,6 +39,7 @@ class Config extends Base 'NZD' => t('NZD - New Zealand Dollar'), 'INR' => t('INR - Indian Rupee'), 'JPY' => t('JPY - Japanese Yen'), + 'RSD' => t('RSD - Serbian dinar'), ); } @@ -83,6 +84,7 @@ class Config extends Base 'pl_PL' => 'Polski', 'pt_BR' => 'Português (Brasil)', 'ru_RU' => 'Русский', + 'sr_Latn_RS' => 'Srpski', 'fi_FI' => 'Suomi', 'sv_SE' => 'Svenska', 'tr_TR' => 'Türkçe', |