mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 15:50:11 -04:00
Deleted no.coffee in favor of nb.coffee and nn.coffee as discussed in #2284.
This commit is contained in:
parent
ad17b042e1
commit
413edb3b4c
4 changed files with 8 additions and 1295 deletions
app
|
@ -10,8 +10,8 @@ module.exports =
|
|||
continue if path is 'locale/locale'
|
||||
code = path.replace('locale/', '')
|
||||
@[code] = require(path)
|
||||
|
||||
|
||||
|
||||
|
||||
'en': { nativeDescription: 'English', englishDescription: 'English' }
|
||||
'en-US': { nativeDescription: 'English (US)', englishDescription: 'English (US)' }
|
||||
'en-GB': { nativeDescription: 'English (UK)', englishDescription: 'English (UK)' }
|
||||
|
@ -51,9 +51,8 @@ module.exports =
|
|||
'sl': { nativeDescription: 'slovenščina', englishDescription: 'Slovene' }
|
||||
'fi': { nativeDescription: 'suomi', englishDescription: 'Finnish' }
|
||||
'bg': { nativeDescription: 'български език', englishDescription: 'Bulgarian' }
|
||||
'no': { nativeDescription: 'Norsk', englishDescription: 'Norwegian' }
|
||||
'nn': { nativeDescription: 'Norwegian Nynorsk', englishDescription: 'Norwegian' }
|
||||
'nb': { nativeDescription: 'Norsk Bokmål', englishDescription: 'Norwegian (Bokmål)' }
|
||||
'nn': { nativeDescription: 'Norsk Nynorsk', englishDescription: 'Norwegian (Nynorsk)' }
|
||||
'he': { nativeDescription: 'עברית', englishDescription: 'Hebrew' }
|
||||
'lt': { nativeDescription: 'lietuvių kalba', englishDescription: 'Lithuanian' }
|
||||
'sr': { nativeDescription: 'српски', englishDescription: 'Serbian' }
|
||||
|
@ -62,5 +61,5 @@ module.exports =
|
|||
'ur': { nativeDescription: 'اُردُو', englishDescription: 'Urdu' }
|
||||
'ms': { nativeDescription: 'Bahasa Melayu', englishDescription: 'Bahasa Malaysia' }
|
||||
'ca': { nativeDescription: 'Català', englishDescription: 'Catalan' }
|
||||
'gl': { nativeDescription: 'Galego', englishDescription: 'Galician' }
|
||||
'gl': { nativeDescription: 'Galego', englishDescription: 'Galician' }
|
||||
'mk-MK': { nativeDescription: 'Македонски', englishDescription: 'Macedonian' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "Norwegian", translation:
|
||||
module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norwegian (Nynorsk)", translation:
|
||||
# home:
|
||||
# slogan: "Learn to Code by Playing a Game"
|
||||
# no_ie: "CodeCombat does not run in Internet Explorer 8 or older. Sorry!" # Warning that only shows up in IE8 and older
|
||||
|
|
1284
app/locale/no.coffee
1284
app/locale/no.coffee
File diff suppressed because it is too large
Load diff
|
@ -41,9 +41,8 @@ require("locale/sk")
|
|||
require("locale/sl")
|
||||
require("locale/fi")
|
||||
require("locale/bg")
|
||||
require("locale/no")
|
||||
require("locale/nn")
|
||||
require("locale/nb")
|
||||
require("locale/nn")
|
||||
require("locale/he")
|
||||
require("locale/lt")
|
||||
require("locale/sr")
|
||||
|
@ -128,9 +127,8 @@ module.exports = class DiplomatView extends ContributeClassView
|
|||
sl: [] # slovenščina, Slovene
|
||||
fi: [] # suomi, Finnish
|
||||
bg: [] # български език, Bulgarian
|
||||
no: ['bardeh', 'torehaug'] # Norsk, Norwegian
|
||||
nn: [] # Norwegian (Nynorsk), Norwegian Nynorsk
|
||||
nb: ['ebirkenes','mcclane654'] # Norsk Bokmål, Norwegian (Bokmål)
|
||||
nb: ['bardeh', 'torehaug', 'ebirkenes','mcclane654', 'matifol', 'mogsie'] # Norsk Bokmål, Norwegian (Bokmål)
|
||||
nn: [] # Norsk Nynorsk, Norwegian (Nynorsk)
|
||||
he: ['OverProgram', 'monetita'] # עברית, Hebrew
|
||||
lt: [] # lietuvių kalba, Lithuanian
|
||||
sr: [] # српски, Serbian
|
||||
|
|
Loading…
Add table
Reference in a new issue