mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Adding Croatian language to locale
This commit is contained in:
parent
499c5f28b6
commit
715939dfb1
3 changed files with 2021 additions and 0 deletions
2019
app/locale/hr.coffee
Normal file
2019
app/locale/hr.coffee
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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' }
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue