-
-
Notifications
You must be signed in to change notification settings - Fork 934
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(locale): add streets to location fr_SN (#2536)
- Loading branch information
1 parent
652da4f
commit 36fc517
Showing
6 changed files
with
61 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export default ['Apt. ###', '# étage']; |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export default { | ||
normal: '{{location.buildingNumber}} {{location.street}}', | ||
full: '{{location.buildingNumber}} {{location.street}} {{location.secondaryAddress}}', | ||
}; |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export default ['{{location.street_prefix}} {{location.street_suffix}}']; |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export default [ | ||
'Allée', | ||
'Voie', | ||
'Rue', | ||
'Avenue', | ||
'Boulevard', | ||
'Quai', | ||
'Place', | ||
'Échangeur', | ||
'Résidence', | ||
'Immeuble', | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
export default [ | ||
"de l'alternance", | ||
"de l'émergence", | ||
'Abdou Aziz Sy Dabakh', | ||
'Amadou Assane Ndoye', | ||
'Birago Diop', | ||
'Blaise Diagne', | ||
'Cheikh Amadou Bamba', | ||
'Cheikh Anta Diop', | ||
'Cheikh Seydi El Hadji Malick Sy', | ||
'Dial Diop', | ||
'Faidherbe', | ||
'Galandou Diouf', | ||
'Houphouët Boigny', | ||
'Lamine Gueye', | ||
'Lat Dior', | ||
'Léopold Sedar Senghor', | ||
'Neslon Mandela', | ||
'Saint Michel', | ||
'St Joseph', | ||
'Sérigne Fallou Mbacké', | ||
'Victor Hugo', | ||
'Wagane Diouf', | ||
'William Ponty', | ||
'Yacine Boubou', | ||
'de Bordeaux', | ||
'de Contournement Nord', | ||
'de Nguinth', | ||
'des Diambars', | ||
'des Jasmins', | ||
'du Baol', | ||
'du Tirailleur', | ||
]; |