diff options
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', |