Skip to content

Commit f448609

Browse files
committed
Added Castillian Spanish localization
1 parent 089f169 commit f448609

File tree

626 files changed

+1110
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

626 files changed

+1110
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

languages.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
var instructionsDe = require('./languages/translations/de.json');
44
var instructionsEn = require('./languages/translations/en.json');
55
var instructionsEs = require('./languages/translations/es.json');
6+
var instructionsEsEs = require('./languages/translations/es-ES.json');
67
var instructionsFr = require('./languages/translations/fr.json');
78
var instructionsId = require('./languages/translations/id.json');
89
var instructionsIt = require('./languages/translations/it.json');
@@ -23,6 +24,7 @@ var instructions = {
2324
'de': instructionsDe,
2425
'en': instructionsEn,
2526
'es': instructionsEs,
27+
'es-ES': instructionsEsEs,
2628
'fr': instructionsFr,
2729
'id': instructionsId,
2830
'it': instructionsIt,

languages/translations/es-ES.json

Lines changed: 484 additions & 0 deletions
Large diffs are not rendered by default.

test/fixtures/v5/arrive/left.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich links",
1111
"en": "You have arrived at your destination, on the left",
1212
"es": "Has llegado a tu destino, a la izquierda",
13+
"es-ES": "Has llegado a tu destino, a la izquierda",
1314
"fr": "Vous êtes arrivés à votre destination, sur la gauche",
1415
"id": "Anda telah tiba di tujuan ke-, di sebelah kiri",
1516
"it": "Sei arrivato alla tua destinazione, sulla sinistra",

test/fixtures/v5/arrive/no_modifier.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"de": "Sie haben Ihr Ziel erreicht",
1010
"en": "You have arrived at your destination",
1111
"es": "Has llegado a tu destino",
12+
"es-ES": "Has llegado a tu destino",
1213
"fr": "Vous êtes arrivés à votre destination",
1314
"id": "Anda telah tiba di tujuan ke-",
1415
"it": "Sei arrivato alla tua destinazione",

test/fixtures/v5/arrive/right.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich rechts",
1111
"en": "You have arrived at your destination, on the right",
1212
"es": "Has llegado a tu destino, a la derecha",
13+
"es-ES": "Has llegado a tu destino, a la derecha",
1314
"fr": "Vous êtes arrivés à votre destination, sur la droite",
1415
"id": "Anda telah tiba di tujuan ke-, di sebelah kanan",
1516
"it": "Sei arrivato alla tua destinazione, sulla destra",

test/fixtures/v5/arrive/sharp_left.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich links",
1111
"en": "You have arrived at your destination, on the left",
1212
"es": "Has llegado a tu destino, a la izquierda",
13+
"es-ES": "Has llegado a tu destino, a la izquierda",
1314
"fr": "Vous êtes arrivés à votre destination, sur la gauche",
1415
"id": "Anda telah tiba di tujuan ke-, di sebelah kiri",
1516
"it": "Sei arrivato alla tua destinazione, sulla sinistra",

test/fixtures/v5/arrive/sharp_right.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich rechts",
1111
"en": "You have arrived at your destination, on the right",
1212
"es": "Has llegado a tu destino, a la derecha",
13+
"es-ES": "Has llegado a tu destino, a la derecha",
1314
"fr": "Vous êtes arrivés à votre destination, sur la droite",
1415
"id": "Anda telah tiba di tujuan ke-, di sebelah kanan",
1516
"it": "Sei arrivato alla tua destinazione, sulla destra",

test/fixtures/v5/arrive/slight_left.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich links",
1111
"en": "You have arrived at your destination, on the left",
1212
"es": "Has llegado a tu destino, a la izquierda",
13+
"es-ES": "Has llegado a tu destino, a la izquierda",
1314
"fr": "Vous êtes arrivés à votre destination, sur la gauche",
1415
"id": "Anda telah tiba di tujuan ke-, di sebelah kiri",
1516
"it": "Sei arrivato alla tua destinazione, sulla sinistra",

test/fixtures/v5/arrive/slight_right.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich rechts",
1111
"en": "You have arrived at your destination, on the right",
1212
"es": "Has llegado a tu destino, a la derecha",
13+
"es-ES": "Has llegado a tu destino, a la derecha",
1314
"fr": "Vous êtes arrivés à votre destination, sur la droite",
1415
"id": "Anda telah tiba di tujuan ke-, di sebelah kanan",
1516
"it": "Sei arrivato alla tua destinazione, sulla destra",

0 commit comments

Comments
 (0)