Add Croatian translation (#3076)

This commit is contained in:
Frederic Guillot
2017-02-26 09:15:04 -05:00
parent 28b9d6cdf1
commit 954b7324f0
30 changed files with 1375 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ class LanguageModel extends Base
'fr_FR',
'el_GR',
'it_IT',
'hr_HR',
'hu_HU',
'my_MY',
'nl_NL',
@@ -86,6 +87,7 @@ class LanguageModel extends Base
'es_ES' => 'Español',
'fr_FR' => 'Français',
'el_GR' => 'Grec',
'hr_HR' => 'Hrvatski',
'it_IT' => 'Italiano',
'hu_HU' => 'Magyar',
'my_MY' => 'Melayu',
@@ -128,6 +130,7 @@ class LanguageModel extends Base
'es_ES' => 'es',
'fr_FR' => 'fr',
'it_IT' => 'it',
'hr_HR' => 'hr',
'hu_HU' => 'hu',
'nl_NL' => 'nl',
'nb_NO' => 'nb',