Add Serbian currencie and language code in Model\Config

This commit is contained in:
bdpsoft 2015-03-12 19:35:49 +01:00
parent d01485bf0a
commit 33cf6075b9
1 changed files with 2 additions and 0 deletions

View File

@ -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'),
);
}
@ -82,6 +83,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',