File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
test/fixtures/v5/arrive_waypoint_name Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. For change
88- Added an Arabic localization. [ #267 ] ( https://github.com/Project-OSRM/osrm-text-instructions/pull/267 )
99- Added a Slovenian localization. [ #264 ] ( https://github.com/Project-OSRM/osrm-text-instructions/pull/264 )
1010- Updated Russian arrive instructions. [ #278 ] ( https://github.com/Project-OSRM/osrm-text-instructions/pull/278 )
11- - Updated French grammar with 'chaussée' status street name. [ #268 ] ( https://github.com/Project-OSRM/osrm-text-instructions/pull/268 )
11+ - Updated French grammar with 'chaussée' status street name and better articles matching . [ #268 ] ( https://github.com/Project-OSRM/osrm-text-instructions/pull/268 ) [ # 279 ] ( https://github.com/Project-OSRM/osrm-text-instructions/pull/279 )
1212
1313## 0.13.2 2018-08-13
1414
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var replaces = [
55 [ ' (le rond-point )?\{rotary_name\}' , ' {rotary_name:rotary}' ] , // eslint-disable-line no-useless-escape
66 [ ' fin (de )?(la route )?\{way_name\}' , ' fin {way_name:preposition}' ] , // eslint-disable-line no-useless-escape
77 [ ' \{way_name\}' , ' {way_name:article}' ] , // eslint-disable-line no-useless-escape
8- [ ' (à )?\{waypoint_name\}' , ' {waypoint_name:arrival}' ] // eslint-disable-line no-useless-escape
8+ [ ' (à + )?\{waypoint_name\}' , ' {waypoint_name:arrival}' ] // eslint-disable-line no-useless-escape
99] ;
1010
1111function optionize ( phrase ) {
Original file line number Diff line number Diff line change 7777 "upcoming" : " Vous arriverez à votre {nth} destination, sur la droite" ,
7878 "short" : " Vous êtes arrivé" ,
7979 "short-upcoming" : " Vous arriverez" ,
80- "named" : " Vous êtes arrivé à {waypoint_name:arrival}, sur la droite"
80+ "named" : " Vous êtes arrivé {waypoint_name:arrival}, sur la droite"
8181 },
8282 "sharp left" : {
8383 "default" : " Vous êtes arrivé à votre {nth} destination, sur la gauche" ,
Original file line number Diff line number Diff line change 1515 "es" : " Has llegado a Somewhere, a la derecha" ,
1616 "es-ES" : " Has llegado a Somewhere, a la derecha" ,
1717 "fi" : " Olet saapunut määränpäähän Somewhere, joka on oikealla puolellasi" ,
18- "fr" : " Vous êtes arrivé à à Somewhere, sur la droite" ,
18+ "fr" : " Vous êtes arrivé à Somewhere, sur la droite" ,
1919 "he" : " הגעת אל Somewhere שלך מימינך" ,
2020 "hu" : " Megérkezett a Somewhere célponthoz, a jobb oldalon" ,
2121 "id" : " Anda telah tiba di Somewhere, di sebelah kanan" ,
You can’t perform that action at this time.
0 commit comments