Quote translations to stop them looking like numbers
This commit is contained in:
parent
d82cc08734
commit
4634c6bc42
2 changed files with 20 additions and 20 deletions
|
@ -2500,16 +2500,16 @@ cs:
|
|||
unnamed: nepojmenovaná cesta
|
||||
courtesy: Trasa díky %{link}
|
||||
exit_counts:
|
||||
first: 1.
|
||||
second: 2.
|
||||
third: 3.
|
||||
fourth: 4.
|
||||
fifth: 5.
|
||||
sixth: 6.
|
||||
seventh: 7.
|
||||
eighth: 8.
|
||||
ninth: 9.
|
||||
tenth: 10.
|
||||
first: '1.'
|
||||
second: '2.'
|
||||
third: '3.'
|
||||
fourth: '4.'
|
||||
fifth: '5.'
|
||||
sixth: '6.'
|
||||
seventh: '7.'
|
||||
eighth: '8.'
|
||||
ninth: '9.'
|
||||
tenth: '10.'
|
||||
time: Čas
|
||||
query:
|
||||
node: Uzel
|
||||
|
|
|
@ -2550,16 +2550,16 @@ is:
|
|||
unnamed: ónefnd gata
|
||||
courtesy: Leiðarlýsing í boði %{link}
|
||||
exit_counts:
|
||||
first: 1.
|
||||
second: 2.
|
||||
third: 3.
|
||||
fourth: 4.
|
||||
fifth: 5.
|
||||
sixth: 6.
|
||||
seventh: 7.
|
||||
eighth: 8.
|
||||
ninth: 9.
|
||||
tenth: 10.
|
||||
first: '1.'
|
||||
second: '2.'
|
||||
third: '3.'
|
||||
fourth: '4.'
|
||||
fifth: '5.'
|
||||
sixth: '6.'
|
||||
seventh: '7.'
|
||||
eighth: '8.'
|
||||
ninth: '9.'
|
||||
tenth: '10.'
|
||||
time: Tími
|
||||
query:
|
||||
node: Hnútur
|
||||
|
|
Loading…
Add table
Reference in a new issue