mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Added Myanmar language (Burmese) stub.
This commit is contained in:
parent
0768b533e2
commit
2eb3cfb93a
3 changed files with 1482 additions and 0 deletions
|
@ -43,6 +43,7 @@ module.exports =
|
|||
'mk-MK': { nativeDescription: 'Македонски', englishDescription: 'Macedonian' }
|
||||
'hi': { nativeDescription: 'मानक हिन्दी', englishDescription: 'Hindi' }
|
||||
'ms': { nativeDescription: 'Bahasa Melayu', englishDescription: 'Bahasa Malaysia' }
|
||||
'my': { nativeDescription: 'မြန်မာစကား', englishDescription: 'Myanmar language' }
|
||||
'nl-BE': { nativeDescription: 'Nederlands (België)', englishDescription: 'Dutch (Belgium)' }
|
||||
'nl-NL': { nativeDescription: 'Nederlands (Nederland)', englishDescription: 'Dutch (Netherlands)' }
|
||||
'ja': { nativeDescription: '日本語', englishDescription: 'Japanese' }
|
||||
|
|
1479
app/locale/my.coffee
Normal file
1479
app/locale/my.coffee
Normal file
File diff suppressed because it is too large
Load diff
|
@ -54,6 +54,7 @@ require("locale/gl")
|
|||
require("locale/mk-MK")
|
||||
require("locale/eo")
|
||||
require("locale/uz")
|
||||
require("locale/my")
|
||||
|
||||
module.exports = class DiplomatView extends ContributeClassView
|
||||
id: 'diplomat-view'
|
||||
|
@ -141,3 +142,4 @@ module.exports = class DiplomatView extends ContributeClassView
|
|||
'mk-MK': ['SuperPranx'] # Македонски, Macedonian
|
||||
eo: [] # Esperanto, Esperanto
|
||||
uz: [] # O'zbekcha, Uzbek
|
||||
my: [] # မြန်မာစကား, Myanmar language
|
||||
|
|
Loading…
Reference in a new issue