Skip to content

Commit eab824f

Browse files
authored
Update L.Routing.Localization.js
1 parent 4b01626 commit eab824f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/L.Routing.Localization.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,14 @@
409409
S: 'sul',
410410
SW: 'sudoeste',
411411
W: 'oeste',
412-
NW: 'noroeste'
412+
NW: 'noroeste',
413+
SlightRight: 'curva ligeira a direita',
414+
Right: 'direita',
415+
SharpRight: 'curva fechada a direita',
416+
SlightLeft: 'ligeira a esquerda',
417+
Left: 'esquerda',
418+
SharpLeft: 'curva fechada a esquerda',
419+
Uturn: 'Meia volta'
413420
},
414421
instructions: {
415422
// instruction, postfix if the road is named
@@ -437,6 +444,12 @@
437444
['Pegue a {exitStr} saída na rotatória', ' na {road}'],
438445
'DestinationReached':
439446
['Destino atingido'],
447+
'Fork': ['Na encruzilhada, vire a {modifier}', ' na {road}'],
448+
// 'Merge': ['Merge {modifier}', ' onto {road}'],
449+
'OnRamp': ['Vire {modifier} na rampa', ' na {road}'],
450+
'OffRamp': ['Entre na rampa na {modifier}', ' na {road}'],
451+
'EndOfRoad': ['Vire {modifier} no fim da rua', ' na {road}'],
452+
'Onto': 'na {road}'
440453
},
441454
formatOrder: function(n) {
442455
return n + 'º';

0 commit comments

Comments
 (0)