-
-
Notifications
You must be signed in to change notification settings - Fork 953
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: add empty abbreviated directions
- Loading branch information
1 parent
d18f98b
commit 9318da8
Showing
7 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export default { | ||
cardinal: ['شمال', 'شرق', 'جنوب', 'غرب'], | ||
cardinal_abbr: [], | ||
cardinal_abbr: ['شمالی', 'شرقی', 'جنوبی', 'غربی'], | ||
ordinal: ['شمال شرق', 'شمال غرب', 'جنوب شرق', 'جنوب غرب'], | ||
ordinal_abbr: [], | ||
ordinal_abbr: ['شمال شرق', 'شمال غرب', 'جنوب شرق', 'جنوب غرب'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export default { | ||
cardinal: ['Nord', 'Est', 'Sud', 'Ouest'], | ||
cardinal_abbr: [], | ||
cardinal_abbr: ['N', 'E', 'S', 'O'], | ||
ordinal: ['Nord-est', 'Nord-ouest', 'Sud-est', 'Sud-ouest'], | ||
ordinal_abbr: [], | ||
ordinal_abbr: ['NE', 'NO', 'SE', 'SO'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export default { | ||
cardinal: ['Nord', 'Est', 'Sud', 'Ouest'], | ||
cardinal_abbr: [], | ||
cardinal_abbr: ['N', 'E', 'S', 'O'], | ||
ordinal: ['Nord-est', 'Nord-ouest', 'Sud-est', 'Sud-ouest'], | ||
ordinal_abbr: [], | ||
ordinal_abbr: ['NE', 'NO', 'SE', 'SO'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
export default { | ||
cardinal: ['Հյուսիսային', 'Արևելյան', 'Հարավային', 'Արևմտյան'], | ||
cardinal_abbr: [], | ||
cardinal_abbr: ['հս․ լ․', 'ավ․ ե․', 'հվ․ լ․', 'ամ․ ե․'], | ||
ordinal: [ | ||
'Հյուսիսարևելյան', | ||
'Հյուսիսարևմտյան', | ||
'Հարավարևելյան', | ||
'Հարավարևմտյան', | ||
], | ||
ordinal_abbr: [], | ||
ordinal_abbr: [ | ||
'հս․ լ․ ավ․ ե․', | ||
'հս․ լ․ ամ․ ե․', | ||
'հվ․ լ․ ավ․ ե․', | ||
'հվ․ լ․ ամ․ ե․', | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export default { | ||
cardinal: ['北', '東', '南', '西'], | ||
cardinal_abbr: [], | ||
cardinal_abbr: ['北', '東', '南', '西'], | ||
ordinal: ['北東', '北西', '南東', '南西'], | ||
ordinal_abbr: [], | ||
ordinal_abbr: ['北東', '北西', '南東', '南西'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export default { | ||
cardinal: ['Norte', 'Este', 'Sul', 'Oeste'], | ||
cardinal_abbr: [], | ||
cardinal_abbr: ['N', 'E', 'S', 'O'], | ||
ordinal: ['Nordeste', 'Noroeste', 'Sudeste', 'Sodoeste'], | ||
ordinal_abbr: [], | ||
ordinal_abbr: ['NE', 'NO', 'SE', 'SO'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export default { | ||
cardinal: ['شمال', 'مشرق', 'جنوب', 'مغرب'], | ||
cardinal_abbr: [], | ||
cardinal_abbr: ['شمال', 'مشرق', 'جنوب', 'مغرب'], | ||
ordinal: ['شمال مشرق', 'سمال مغرب', 'جنوب مشرق', 'جنوب مغرب'], | ||
ordinal_abbr: [], | ||
ordinal_abbr: ['شمال مشرق', 'سمال مغرب', 'جنوب مشرق', 'جنوب مغرب'], | ||
}; |