fixed interpolation error introduced in [16237]
This commit is contained in:
parent
b52327bf89
commit
c4b362efec
1 changed files with 2 additions and 2 deletions
|
@ -345,8 +345,8 @@ sl:
|
||||||
suffix_suburb: "{{suffix}}, {{parentname}}"
|
suffix_suburb: "{{suffix}}, {{parentname}}"
|
||||||
distance:
|
distance:
|
||||||
zero: "manj kot 1 km"
|
zero: "manj kot 1 km"
|
||||||
one: "približno 1 km"
|
one: "približno {{count}} km"
|
||||||
other: "približno {{distance}} km"
|
other: "približno {{count}} km"
|
||||||
direction:
|
direction:
|
||||||
south_west: "jugozahodno"
|
south_west: "jugozahodno"
|
||||||
south: "južno"
|
south: "južno"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue