Add Bosnian translation (pull-request #1470)

This commit is contained in:
Frederic Guillot
2015-11-22 12:53:18 -05:00
parent 0a7370b9e5
commit 2c80a90a6f
26 changed files with 1140 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ class Config extends Setting
'RSD' => t('RSD - Serbian dinar'),
'SEK' => t('SEK - Swedish Krona'),
'NOK' => t('NOK - Norwegian Krone'),
'BAM' => t('BAM - Konvertibile Mark'),
);
}
@@ -69,6 +70,7 @@ class Config extends Setting
// Sorted by value
$languages = array(
'id_ID' => 'Bahasa Indonesia',
'bs_BA' => 'Bosanski',
'cs_CZ' => 'Čeština',
'da_DK' => 'Dansk',
'de_DE' => 'Deutsch',