mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 10:56:53 -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' }
|
'mk-MK': { nativeDescription: 'Македонски', englishDescription: 'Macedonian' }
|
||||||
'hi': { nativeDescription: 'मानक हिन्दी', englishDescription: 'Hindi' }
|
'hi': { nativeDescription: 'मानक हिन्दी', englishDescription: 'Hindi' }
|
||||||
'ms': { nativeDescription: 'Bahasa Melayu', englishDescription: 'Bahasa Malaysia' }
|
'ms': { nativeDescription: 'Bahasa Melayu', englishDescription: 'Bahasa Malaysia' }
|
||||||
|
'my': { nativeDescription: 'မြန်မာစကား', englishDescription: 'Myanmar language' }
|
||||||
'nl-BE': { nativeDescription: 'Nederlands (België)', englishDescription: 'Dutch (Belgium)' }
|
'nl-BE': { nativeDescription: 'Nederlands (België)', englishDescription: 'Dutch (Belgium)' }
|
||||||
'nl-NL': { nativeDescription: 'Nederlands (Nederland)', englishDescription: 'Dutch (Netherlands)' }
|
'nl-NL': { nativeDescription: 'Nederlands (Nederland)', englishDescription: 'Dutch (Netherlands)' }
|
||||||
'ja': { nativeDescription: '日本語', englishDescription: 'Japanese' }
|
'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/mk-MK")
|
||||||
require("locale/eo")
|
require("locale/eo")
|
||||||
require("locale/uz")
|
require("locale/uz")
|
||||||
|
require("locale/my")
|
||||||
|
|
||||||
module.exports = class DiplomatView extends ContributeClassView
|
module.exports = class DiplomatView extends ContributeClassView
|
||||||
id: 'diplomat-view'
|
id: 'diplomat-view'
|
||||||
|
@ -141,3 +142,4 @@ module.exports = class DiplomatView extends ContributeClassView
|
||||||
'mk-MK': ['SuperPranx'] # Македонски, Macedonian
|
'mk-MK': ['SuperPranx'] # Македонски, Macedonian
|
||||||
eo: [] # Esperanto, Esperanto
|
eo: [] # Esperanto, Esperanto
|
||||||
uz: [] # O'zbekcha, Uzbek
|
uz: [] # O'zbekcha, Uzbek
|
||||||
|
my: [] # မြန်မာစကား, Myanmar language
|
||||||
|
|
Loading…
Reference in a new issue