mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-13 13:35:30 -04:00
Add Estonian locale stub
This commit is contained in:
parent
da92e15bfb
commit
ead9cf11df
2 changed files with 1615 additions and 0 deletions
app/locale
1614
app/locale/et.coffee
Normal file
1614
app/locale/et.coffee
Normal file
File diff suppressed because it is too large
Load diff
|
@ -30,6 +30,7 @@ module.exports =
|
|||
'de-DE': { nativeDescription: 'Deutsch (Deutschland)', englishDescription: 'German (Germany)' }
|
||||
'de-AT': { nativeDescription: 'Deutsch (Österreich)', englishDescription: 'German (Austria)' }
|
||||
'de-CH': { nativeDescription: 'Deutsch (Schweiz)', englishDescription: 'German (Switzerland)' }
|
||||
'et': { nativeDescription: 'Eesti', englishDescription: 'Estonian' }
|
||||
'el': { nativeDescription: 'Ελληνικά', englishDescription: 'Greek' }
|
||||
'eo': { nativeDescription: 'Esperanto', englishDescription: 'Esperanto' }
|
||||
'fa': { nativeDescription: 'فارسی', englishDescription: 'Persian' }
|
||||
|
|
Loading…
Add table
Reference in a new issue