mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Added "te reo Māori" (Māori) to locale
This commit is contained in:
parent
715939dfb1
commit
66817657f0
3 changed files with 2020 additions and 0 deletions
|
@ -42,6 +42,7 @@ module.exports =
|
|||
'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' }
|
||||
|
|
2018
app/locale/mi.coffee
Normal file
2018
app/locale/mi.coffee
Normal file
File diff suppressed because it is too large
Load diff
|
@ -57,6 +57,7 @@ require("locale/uz")
|
|||
require("locale/my")
|
||||
require("locale/et")
|
||||
require("locale/hr")
|
||||
require("locale/mi")
|
||||
|
||||
module.exports = class DiplomatView extends ContributeClassView
|
||||
id: 'diplomat-view'
|
||||
|
|
Loading…
Reference in a new issue