"{{num}} km" in messages not "{{num}}km": Icelandic typographic rules
dictate that there should be a space between the two.
This commit is contained in:
parent
dc9e1da15b
commit
53aaea1b27
1 changed files with 3 additions and 3 deletions
|
@ -365,9 +365,9 @@ is:
|
|||
results:
|
||||
no_results: "Ekkert fannst"
|
||||
distance:
|
||||
zero: "minna en 1km"
|
||||
one: "u.þ.b. 1km"
|
||||
other: "u.þ.b. {{count}}km"
|
||||
zero: "minna en 1 km"
|
||||
one: "u.þ.b. 1 km"
|
||||
other: "u.þ.b. {{count}} km"
|
||||
direction:
|
||||
south_west: "suðvestur"
|
||||
south: "suður"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue