mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Merge pull request #3811 from themaka/master
Adding Croatian and Māori to languages
This commit is contained in:
commit
2287c4f1e5
4 changed files with 4044 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,8 +39,10 @@ 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' }
|
||||
'mi': { nativeDescription: 'te reo Māori', englishDescription: 'Māori' }
|
||||
'mk-MK': { nativeDescription: 'Македонски', englishDescription: 'Macedonian' }
|
||||
'hi': { nativeDescription: 'मानक हिन्दी', englishDescription: 'Hindi' }
|
||||
'ms': { nativeDescription: 'Bahasa Melayu', englishDescription: 'Bahasa Malaysia' }
|
||||
|
|
2019
app/locale/mi.coffee
Normal file
2019
app/locale/mi.coffee
Normal file
File diff suppressed because it is too large
Load diff
|
@ -56,6 +56,8 @@ require("locale/eo")
|
|||
require("locale/uz")
|
||||
require("locale/my")
|
||||
require("locale/et")
|
||||
require("locale/hr")
|
||||
require("locale/mi")
|
||||
|
||||
module.exports = class DiplomatView extends ContributeClassView
|
||||
id: 'diplomat-view'
|
||||
|
@ -140,3 +142,5 @@ module.exports = class DiplomatView extends ContributeClassView
|
|||
uz: [] # O'zbekcha, Uzbek
|
||||
my: [] # မြန်မာစကား, Myanmar language
|
||||
et: [] # Eesti, Estonian
|
||||
hr: [] # hrvatski jezik, Croatian
|
||||
mi: [] # te reo Māori, Māori
|
||||
|
|
Loading…
Reference in a new issue