Fix warnings arising from geocoder translations, and use count magic
for the distance translation.
This commit is contained in:
parent
c4965a1700
commit
b52327bf89
3 changed files with 15 additions and 14 deletions
|
@ -348,8 +348,9 @@ en:
|
|||
suffix_parent: "{{suffix}} ({{parentdistance}} {{parentdirection}} of {{parentname}})"
|
||||
suffix_suburb: "{{suffix}}, {{parentname}}"
|
||||
distance:
|
||||
less_than_1km: "less than 1km"
|
||||
about_distance_km: "about {{distance}}km"
|
||||
zero: "less than 1km"
|
||||
one: "about 1km"
|
||||
other: "about {{count}}km"
|
||||
direction:
|
||||
south_west: "south-west"
|
||||
south: "south"
|
||||
|
|
|
@ -344,8 +344,9 @@ sl:
|
|||
suffix_parent: "{{suffix}} ({{parentdistance}} {{parentdirection}} od {{parentname}})"
|
||||
suffix_suburb: "{{suffix}}, {{parentname}}"
|
||||
distance:
|
||||
less_than_1km: "manj kot 1 km"
|
||||
about_distance_km: "približno {{distance}} km"
|
||||
zero: "manj kot 1 km"
|
||||
one: "približno 1 km"
|
||||
other: "približno {{distance}} km"
|
||||
direction:
|
||||
south_west: "jugozahodno"
|
||||
south: "južno"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue