Translate not only timeago prefix, but time units. Make consistent the translation for "bio" and add ellipsis to the default status text.

This commit is contained in:
fadelkon 2018-10-16 18:11:49 +02:00
parent 0c2f4b925e
commit bf3e3f8b9a
2 changed files with 10 additions and 10 deletions

View file

@ -1,10 +1,10 @@
[
"ara mateix",
["fa %ss", "fa %ss"],
["fa %smin","fa %smin"],
["fa %sh", "fa %sh"],
["fa %sd", "fa %sd"],
["fa %sw", "fa %sw"],
["fa %smo", "fa %smo"],
["fa %sy", "fa %sy"]
["fa %s s", "fa %s s"],
["fa %s min", "fa %s min"],
["fa %s h", "fa %s h"],
["fa %s dia", "fa %s dies"],
["fa %s setm.", "fa %s setm."],
["fa %s mes", "fa %s mesos"],
["fa %s any", "fa %s anys"]
]