mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Added Uzbek (uz) language stub.
This commit is contained in:
parent
bb17621b47
commit
86d7b6c625
2 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,7 @@ module.exports =
|
|||
'ja': { nativeDescription: '日本語', englishDescription: 'Japanese' }
|
||||
'nb': { nativeDescription: 'Norsk Bokmål', englishDescription: 'Norwegian (Bokmål)' }
|
||||
'nn': { nativeDescription: 'Norsk Nynorsk', englishDescription: 'Norwegian (Nynorsk)' }
|
||||
'uz': { nativeDescription: "O'zbekcha", englishDescription: 'Uzbek' }
|
||||
'pl': { nativeDescription: 'język polski', englishDescription: 'Polish' }
|
||||
'pt-PT': { nativeDescription: 'Português (Portugal)', englishDescription: 'Portuguese (Portugal)' }
|
||||
'pt-BR': { nativeDescription: 'português do Brasil', englishDescription: 'Portuguese (Brazil)' }
|
||||
|
|
|
@ -53,6 +53,7 @@ require("locale/ca")
|
|||
require("locale/gl")
|
||||
require("locale/mk-MK")
|
||||
require("locale/eo")
|
||||
require("locale/uz")
|
||||
|
||||
module.exports = class DiplomatView extends ContributeClassView
|
||||
id: 'diplomat-view'
|
||||
|
@ -139,3 +140,4 @@ module.exports = class DiplomatView extends ContributeClassView
|
|||
gl: ['mcaeiror'] # Galego, Galician
|
||||
'mk-MK': ['SuperPranx'] # Македонски, Macedonian
|
||||
eo: [] # Esperanto, Esperanto
|
||||
uz: [] # O'zbekcha, Uzbek
|
||||
|
|
Loading…
Reference in a new issue