diff --git a/config/locales/diaspora/ca.yml b/config/locales/diaspora/ca.yml index 34356cb69..352dd5f31 100644 --- a/config/locales/diaspora/ca.yml +++ b/config/locales/diaspora/ca.yml @@ -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: diff --git a/config/locales/diaspora/ml.yml b/config/locales/diaspora/ml.yml index d34e82cce..fb7c304db 100644 --- a/config/locales/diaspora/ml.yml +++ b/config/locales/diaspora/ml.yml @@ -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: "താങ്കളെ സൂചിപ്പിച്ചിരിക്കുന്നു"