diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-11-22 12:53:18 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-11-22 12:53:18 -0500 |
commit | 2c80a90a6f878cf1d586196279afa92267f2d64a (patch) | |
tree | 94aaaf5022a4cd0a4ae2ea7b43297822a0d48b73 /app/Model | |
parent | 0a7370b9e5652918ad9386baa81cc12627069755 (diff) |
Add Bosnian translation (pull-request #1470)
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 6a6f8a5a..273f884a 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -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', |