mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 15:50:11 -04:00
Finished adding Galician.
This commit is contained in:
parent
f48fce2fdf
commit
26f065370c
2 changed files with 2 additions and 1 deletions
app/locale
|
@ -1,4 +1,4 @@
|
|||
module.exports = nativeDescription: "Galego (GL)", englishDescription: "Galician (Galicia)", translation:
|
||||
module.exports = nativeDescription: "Galego", englishDescription: "Galician", translation:
|
||||
home:
|
||||
slogan: "Aprende a programar xogando"
|
||||
no_ie: "CodeCombat non funciona en Internet Explorer 8 ou anteriores. Sentímolo!" # Warning that only shows up in IE8 and older
|
||||
|
|
|
@ -54,3 +54,4 @@ module.exports =
|
|||
ur: require './ur' # اُردُو, Urdu
|
||||
ms: require './ms' # Bahasa Melayu, Bahasa Malaysia
|
||||
ca: require './ca' # Català, Catalan
|
||||
gl: require './gl' # Galego, Galician
|
||||
|
|
Loading…
Add table
Reference in a new issue