Skip to content

Commit

Permalink
Merge pull request #312 from rsofista/master
Browse files Browse the repository at this point in the history
Update L.Routing.Localization.js
  • Loading branch information
perliedman authored Oct 7, 2016
2 parents 268c4df + 1480e1f commit 9cd8510
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/L.Routing.Localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,14 @@
S: 'sul',
SW: 'sudoeste',
W: 'oeste',
NW: 'noroeste'
NW: 'noroeste',
SlightRight: 'curva ligeira a direita',
Right: 'direita',
SharpRight: 'curva fechada a direita',
SlightLeft: 'ligeira a esquerda',
Left: 'esquerda',
SharpLeft: 'curva fechada a esquerda',
Uturn: 'Meia volta'
},
instructions: {
// instruction, postfix if the road is named
Expand Down Expand Up @@ -452,6 +459,12 @@
['Pegue a {exitStr} saída na rotatória', ' na {road}'],
'DestinationReached':
['Destino atingido'],
'Fork': ['Na encruzilhada, vire a {modifier}', ' na {road}'],
'Merge': ['Entre à {modifier}', ' na {road}'],
'OnRamp': ['Vire {modifier} na rampa', ' na {road}'],
'OffRamp': ['Entre na rampa na {modifier}', ' na {road}'],
'EndOfRoad': ['Vire {modifier} no fim da rua', ' na {road}'],
'Onto': 'na {road}'
},
formatOrder: function(n) {
return n + 'º';
Expand Down

0 comments on commit 9cd8510

Please sign in to comment.