this hopefully fixes catalan and maybe even malayalam (#1110)

This commit is contained in:
MrZYX 2011-05-31 22:13:47 +02:00
parent 537de1ce4c
commit 7dd20a5e8b
2 changed files with 9 additions and 4 deletions

View file

@ -364,9 +364,9 @@ ca:
and_others:
zero: "i ningú més"
one: "i una persona més"
few: "i %{number} més"
many: "i %{number} més"
other: "i %{number} més"
few: "i %{count} més"
many: "i %{count} més"
other: "i %{count} més"
and: "i"
helper:
new_notifications:

View file

@ -263,7 +263,12 @@ ml:
zero: "പുതിയ അറിയിപ്പൊന്നുമില്ല"
index:
and: "കൂടാതെ"
and_others: "ഉം %{number} മറ്റുള്ളവരും"
and_others:
zero: "ഉം %{count} മറ്റുള്ളവരും"
one: "ഉം %{count} മറ്റുള്ളവരും"
few: "ഉം %{count} മറ്റുള്ളവരും"
many: "ഉം %{count} മറ്റുള്ളവരും"
others: "ഉം %{count} മറ്റുള്ളവരും"
mark_all_as_read: "എല്ലാം വായിച്ചതായി അടയാളപ്പെടുത്തുക"
notifications: "അറിയിപ്പുകള്‍"
mentioned: "താങ്കളെ സൂചിപ്പിച്ചിരിക്കുന്നു"