Adding Croatian language to locale

This commit is contained in:
themaka 2016-07-29 15:20:24 -04:00
parent 499c5f28b6
commit 715939dfb1
3 changed files with 2021 additions and 0 deletions

2019
app/locale/hr.coffee Normal file

File diff suppressed because it is too large Load diff

View file

@ -39,6 +39,7 @@ module.exports =
'id': { nativeDescription: 'Bahasa Indonesia', englishDescription: 'Indonesian' }
'it': { nativeDescription: 'Italiano', englishDescription: 'Italian' }
'he': { nativeDescription: 'עברית', englishDescription: 'Hebrew' }
'hr': { nativeDescription: 'hrvatski jezik', englishDescription: 'Croatian' }
'hu': { nativeDescription: 'magyar', englishDescription: 'Hungarian' }
'lt': { nativeDescription: 'lietuvių kalba', englishDescription: 'Lithuanian' }
'mk-MK': { nativeDescription: 'Македонски', englishDescription: 'Macedonian' }

View file

@ -56,6 +56,7 @@ require("locale/eo")
require("locale/uz")
require("locale/my")
require("locale/et")
require("locale/hr")
module.exports = class DiplomatView extends ContributeClassView
id: 'diplomat-view'