Skip to content

Commit 30f94fc

Browse files
committed
Added Arabic localization
1 parent b692dfb commit 30f94fc

File tree

662 files changed

+1155
-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.

662 files changed

+1155
-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
@@ -1,5 +1,6 @@
11
// Load all language files explicitly to allow integration
22
// with bundling tools like webpack and browserify
3+
var instructionsAr = require('./languages/translations/ar.json');
34
var instructionsDa = require('./languages/translations/da.json');
45
var instructionsDe = require('./languages/translations/de.json');
56
var instructionsEn = require('./languages/translations/en.json');
@@ -51,6 +52,7 @@ var abbreviationsVi = require('./languages/abbreviations/vi.json');
5152

5253
// Create a list of supported codes
5354
var instructions = {
55+
'ar': instructionsAr,
5456
'da': instructionsDa,
5557
'de': instructionsDe,
5658
'en': instructionsEn,

languages/translations/ar.json

Lines changed: 493 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
@@ -7,6 +7,7 @@
77
"name": "Street Name"
88
},
99
"instructions": {
10+
"ar": "لقد وصلت إلى الوجهة ، على يسارك",
1011
"da": "Du er ankommet til din destination, som befinder sig til venstre",
1112
"de": "Sie haben Ihr Ziel erreicht, es befindet sich links",
1213
"en": "You have arrived at your destination, on the left",

test/fixtures/v5/arrive/no_modifier.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"name": "Street Name"
77
},
88
"instructions": {
9+
"ar": "لقد وصلت إلى الوجهة ",
910
"da": "Du er ankommet til din destination",
1011
"de": "Sie haben Ihr Ziel erreicht",
1112
"en": "You have arrived at your destination",

test/fixtures/v5/arrive/right.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"name": "Street Name"
88
},
99
"instructions": {
10+
"ar": "لقد وصلت إلى الوجهة ، على يمينك",
1011
"da": "Du er ankommet til din destination, som befinder sig til højre",
1112
"de": "Sie haben Ihr Ziel erreicht, es befindet sich rechts",
1213
"en": "You have arrived at your destination, on the right",

test/fixtures/v5/arrive/sharp_left.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"name": "Street Name"
88
},
99
"instructions": {
10+
"ar": "لقد وصلت إلى الوجهة ، على يسارك",
1011
"da": "Du er ankommet til din destination, som befinder sig til venstre",
1112
"de": "Sie haben Ihr Ziel erreicht, es befindet sich links",
1213
"en": "You have arrived at your destination, on the left",

test/fixtures/v5/arrive/sharp_right.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"name": "Street Name"
88
},
99
"instructions": {
10+
"ar": "لقد وصلت إلى الوجهة ، على يمينك",
1011
"da": "Du er ankommet til din destination, som befinder sig til højre",
1112
"de": "Sie haben Ihr Ziel erreicht, es befindet sich rechts",
1213
"en": "You have arrived at your destination, on the right",

test/fixtures/v5/arrive/slight_left.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"name": "Street Name"
88
},
99
"instructions": {
10+
"ar": "لقد وصلت إلى الوجهة ، على يسارك",
1011
"da": "Du er ankommet til din destination, som befinder sig til venstre",
1112
"de": "Sie haben Ihr Ziel erreicht, es befindet sich links",
1213
"en": "You have arrived at your destination, on the left",

test/fixtures/v5/arrive/slight_right.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"name": "Street Name"
88
},
99
"instructions": {
10+
"ar": "لقد وصلت إلى الوجهة ، على يمينك",
1011
"da": "Du er ankommet til din destination, som befinder sig til højre",
1112
"de": "Sie haben Ihr Ziel erreicht, es befindet sich rechts",
1213
"en": "You have arrived at your destination, on the right",

0 commit comments

Comments
 (0)