Skip to content

Commit 1756604

Browse files
authored
Merge pull request #162 from Project-OSRM/1ec5-tx-eo
Add Esperanto localization
2 parents 4ce7cb5 + e4f848b commit 1756604

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
@@ -2,6 +2,7 @@
22
// with bundling tools like webpack and browserify
33
var instructionsDe = require('./languages/translations/de.json');
44
var instructionsEn = require('./languages/translations/en.json');
5+
var instructionsEo = require('./languages/translations/eo.json');
56
var instructionsEs = require('./languages/translations/es.json');
67
var instructionsEsEs = require('./languages/translations/es-ES.json');
78
var instructionsFr = require('./languages/translations/fr.json');
@@ -23,6 +24,7 @@ var instructionsZhHans = require('./languages/translations/zh-Hans.json');
2324
var instructions = {
2425
'de': instructionsDe,
2526
'en': instructionsEn,
27+
'eo': instructionsEo,
2628
'es': instructionsEs,
2729
'es-ES': instructionsEsEs,
2830
'fr': instructionsFr,

languages/translations/eo.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
@@ -9,6 +9,7 @@
99
"instructions": {
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich links",
1111
"en": "You have arrived at your destination, on the left",
12+
"eo": "Vi atingis vian n celon ĉe maldekstre",
1213
"es": "Has llegado a tu destino, a la izquierda",
1314
"es-ES": "Has llegado a tu destino, a la izquierda",
1415
"fr": "Vous êtes arrivés à votre destination, sur la gauche",

test/fixtures/v5/arrive/no_modifier.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"instructions": {
99
"de": "Sie haben Ihr Ziel erreicht",
1010
"en": "You have arrived at your destination",
11+
"eo": "Vi atingis vian n celon",
1112
"es": "Has llegado a tu destino",
1213
"es-ES": "Has llegado a tu destino",
1314
"fr": "Vous êtes arrivés à votre destination",

test/fixtures/v5/arrive/right.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"instructions": {
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich rechts",
1111
"en": "You have arrived at your destination, on the right",
12+
"eo": "Vi atingis vian n celon ĉe dekstre",
1213
"es": "Has llegado a tu destino, a la derecha",
1314
"es-ES": "Has llegado a tu destino, a la derecha",
1415
"fr": "Vous êtes arrivés à votre destination, sur la droite",

test/fixtures/v5/arrive/sharp_left.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"instructions": {
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich links",
1111
"en": "You have arrived at your destination, on the left",
12+
"eo": "Vi atingis vian n celon ĉe maldekstre",
1213
"es": "Has llegado a tu destino, a la izquierda",
1314
"es-ES": "Has llegado a tu destino, a la izquierda",
1415
"fr": "Vous êtes arrivés à votre destination, sur la gauche",

test/fixtures/v5/arrive/sharp_right.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"instructions": {
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich rechts",
1111
"en": "You have arrived at your destination, on the right",
12+
"eo": "Vi atingis vian n celon ĉe dekstre",
1213
"es": "Has llegado a tu destino, a la derecha",
1314
"es-ES": "Has llegado a tu destino, a la derecha",
1415
"fr": "Vous êtes arrivés à votre destination, sur la droite",

test/fixtures/v5/arrive/slight_left.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"instructions": {
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich links",
1111
"en": "You have arrived at your destination, on the left",
12+
"eo": "Vi atingis vian n celon ĉe maldekstre",
1213
"es": "Has llegado a tu destino, a la izquierda",
1314
"es-ES": "Has llegado a tu destino, a la izquierda",
1415
"fr": "Vous êtes arrivés à votre destination, sur la gauche",

test/fixtures/v5/arrive/slight_right.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"instructions": {
1010
"de": "Sie haben Ihr Ziel erreicht, es befindet sich rechts",
1111
"en": "You have arrived at your destination, on the right",
12+
"eo": "Vi atingis vian n celon ĉe dekstre",
1213
"es": "Has llegado a tu destino, a la derecha",
1314
"es-ES": "Has llegado a tu destino, a la derecha",
1415
"fr": "Vous êtes arrivés à votre destination, sur la droite",

0 commit comments

Comments
 (0)