Skip to content

Commit 17b350e

Browse files
committed
Avoid equivocating on Brazilian Portuguese article
Use just one article until a grammar ruleset is in place to choose the right one.
1 parent 8122ea4 commit 17b350e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

languages/translations/pt-BR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"upcoming": "Você vai chegar ao seu {nth} destino, em frente",
113113
"short": "Você chegou",
114114
"short-upcoming": "Você vai chegar",
115-
"named": "Você chegou a (ao) {waypoint_name}, logo em frente"
115+
"named": "Você chegou a {waypoint_name}, logo em frente"
116116
}
117117
},
118118
"continue": {

test/fixtures/v5/arrive_waypoint_name/straight.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"nl": "U bent gearriveerd bij Somewhere, de bestemming is recht voor u",
2727
"no": "Du har ankommet Somewhere, rett forut",
2828
"pl": "Dojechano do Somewhere, prosto",
29-
"pt-BR": "Você chegou a (ao) Somewhere, logo em frente",
29+
"pt-BR": "Você chegou a Somewhere, logo em frente",
3030
"pt-PT": "Chegou a Somewhere, mesmo em frente",
3131
"ro": "Ați ajuns Somewhere, în față",
3232
"ru": "Вы прибыли в пункт назначения, Somewhere, он находится перед Вами",

0 commit comments

Comments
 (0)