You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config/locales
Sasha Sorokin d5b7a4b116 Avoid using pluralize on moderation pages (#12589)
Pluralize function from Rails framework does not work with other
languages than English, moreover it does not even work properly with
English [1]. Not that the latest applies to this context, it's just
a sign that we best to avoid this function, especially when there are
more reliable ways.

This commit changes how reports pages generated in order to avoid usage
of pluralize function, replacing it with default translation function,
called with given counter. On top of that, we have to make strings
pluralizable, so have to change locale files.

[1]: https://medium.com/@anna7/b3927de2ca8e#6a60
5 years ago
..
activerecord.ar.yml
activerecord.ast.yml
activerecord.bg.yml
activerecord.bn.yml
activerecord.br.yml
activerecord.ca.yml
activerecord.co.yml
activerecord.cs.yml
activerecord.cy.yml
activerecord.da.yml
activerecord.de.yml
activerecord.el.yml
activerecord.en.yml
activerecord.eo.yml
activerecord.es-AR.yml
activerecord.es.yml
activerecord.et.yml
activerecord.eu.yml
activerecord.fa.yml
activerecord.fi.yml
activerecord.fr.yml
activerecord.gl.yml
activerecord.he.yml
activerecord.hi.yml
activerecord.hr.yml
activerecord.hu.yml
activerecord.hy.yml
activerecord.id.yml
activerecord.io.yml
activerecord.it.yml
activerecord.ja.yml
activerecord.ka.yml
activerecord.kk.yml
activerecord.kn.yml
activerecord.ko.yml
activerecord.lt.yml
activerecord.lv.yml
activerecord.mk.yml
activerecord.ml.yml
activerecord.mr.yml
activerecord.ms.yml
activerecord.nl.yml
activerecord.nn.yml
activerecord.no.yml
activerecord.oc.yml
activerecord.pl.yml
activerecord.pt-BR.yml
activerecord.pt-PT.yml
activerecord.ro.yml
activerecord.ru.yml
activerecord.sk.yml
activerecord.sl.yml
activerecord.sq.yml
activerecord.sr-Latn.yml
activerecord.sr.yml
activerecord.sv.yml
activerecord.ta.yml
activerecord.te.yml
activerecord.th.yml
activerecord.tr.yml
activerecord.uk.yml
activerecord.ur.yml
activerecord.zh-CN.yml
activerecord.zh-HK.yml
activerecord.zh-TW.yml
activerecord.zh_Hant.yml
ar.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
ast.yml
bg.yml
bn.yml
br.yml
ca.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
co.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
cs.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
cy.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
da.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
de.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
devise.ar.yml
devise.ast.yml
devise.bg.yml
devise.bn.yml
devise.br.yml
devise.ca.yml
devise.co.yml
devise.cs.yml
devise.cy.yml
devise.da.yml
devise.de.yml
devise.el.yml
devise.en.yml
devise.eo.yml
devise.es-AR.yml
devise.es.yml
devise.et.yml
devise.eu.yml
devise.fa.yml
devise.fi.yml
devise.fr.yml
devise.gl.yml
devise.he.yml
devise.hi.yml
devise.hr.yml
devise.hu.yml
devise.hy.yml
devise.id.yml
devise.io.yml
devise.it.yml
devise.ja.yml
devise.ka.yml
devise.kk.yml
devise.kn.yml
devise.ko.yml
devise.lt.yml
devise.lv.yml
devise.mk.yml
devise.ml.yml
devise.mr.yml
devise.ms.yml
devise.nl.yml
devise.nn.yml
devise.no.yml
devise.oc.yml
devise.pl.yml
devise.pt-BR.yml
devise.pt-PT.yml
devise.ro.yml
devise.ru.yml
devise.sk.yml
devise.sl.yml
devise.sq.yml
devise.sr-Latn.yml
devise.sr.yml
devise.sv.yml
devise.ta.yml
devise.te.yml
devise.th.yml
devise.tr.yml
devise.uk.yml
devise.ur.yml
devise.zh-CN.yml
devise.zh-HK.yml
devise.zh-TW.yml
doorkeeper.ar.yml
doorkeeper.ast.yml
doorkeeper.bg.yml
doorkeeper.bn.yml
doorkeeper.br.yml
doorkeeper.ca.yml
doorkeeper.co.yml
doorkeeper.cs.yml
doorkeeper.cy.yml
doorkeeper.da.yml
doorkeeper.de.yml
doorkeeper.el.yml
doorkeeper.en.yml
doorkeeper.eo.yml
doorkeeper.es-AR.yml
doorkeeper.es.yml
doorkeeper.et.yml
doorkeeper.eu.yml
doorkeeper.fa.yml
doorkeeper.fi.yml
doorkeeper.fr.yml
doorkeeper.gl.yml
doorkeeper.he.yml
doorkeeper.hi.yml
doorkeeper.hr.yml
doorkeeper.hu.yml
doorkeeper.hy.yml
doorkeeper.id.yml
doorkeeper.io.yml
doorkeeper.it.yml
doorkeeper.ja.yml
doorkeeper.ka.yml
doorkeeper.kk.yml
doorkeeper.kn.yml
doorkeeper.ko.yml
doorkeeper.lt.yml
doorkeeper.lv.yml
doorkeeper.mk.yml
doorkeeper.ml.yml
doorkeeper.mr.yml
doorkeeper.ms.yml
doorkeeper.nl.yml
doorkeeper.nn.yml
doorkeeper.no.yml
doorkeeper.oc.yml
doorkeeper.pl.yml
doorkeeper.pt-BR.yml
doorkeeper.pt-PT.yml
doorkeeper.ro.yml
doorkeeper.ru.yml
doorkeeper.sk.yml
doorkeeper.sl.yml
doorkeeper.sq.yml
doorkeeper.sr-Latn.yml
doorkeeper.sr.yml
doorkeeper.sv.yml
doorkeeper.ta.yml
doorkeeper.te.yml
doorkeeper.th.yml
doorkeeper.tr.yml
doorkeeper.uk.yml
doorkeeper.ur.yml
doorkeeper.zh-CN.yml
doorkeeper.zh-HK.yml
doorkeeper.zh-TW.yml
el.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
en.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
en_GB.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
eo.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
es-AR.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
es.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
et.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
eu.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
fa.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
fi.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
fr.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
ga.yml
gl.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
he.yml
hi.yml
hr.yml
hu.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
hy.yml
id.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
io.yml
it.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
ja.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
ka.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
kk.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
kn.yml
ko.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
lt.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
lv.yml
mk.yml
ml.yml
mr.yml
ms.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
nl.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
nn.yml
no.yml
oc.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
pl.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
pt-BR.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
pt-PT.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
ro.yml
ru.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
simple_form.ar.yml
simple_form.ast.yml
simple_form.bg.yml
simple_form.bn.yml
simple_form.br.yml
simple_form.ca.yml
simple_form.co.yml
simple_form.cs.yml
simple_form.cy.yml
simple_form.da.yml
simple_form.de.yml
simple_form.el.yml
simple_form.en.yml
simple_form.en_GB.yml
simple_form.eo.yml
simple_form.es-AR.yml
simple_form.es.yml
simple_form.et.yml
simple_form.eu.yml
simple_form.fa.yml
simple_form.fi.yml
simple_form.fr.yml
simple_form.gl.yml
simple_form.he.yml
simple_form.hi.yml
simple_form.hr.yml
simple_form.hu.yml
simple_form.hy.yml
simple_form.id.yml
simple_form.io.yml
simple_form.it.yml
simple_form.ja.yml
simple_form.ka.yml
simple_form.kk.yml
simple_form.kn.yml
simple_form.ko.yml
simple_form.lt.yml
simple_form.lv.yml
simple_form.mk.yml
simple_form.ml.yml
simple_form.mr.yml
simple_form.ms.yml
simple_form.nl.yml
simple_form.nn.yml
simple_form.no.yml
simple_form.oc.yml
simple_form.pl.yml
simple_form.pt-BR.yml
simple_form.pt-PT.yml
simple_form.ro.yml
simple_form.ru.yml
simple_form.sk.yml
simple_form.sl.yml
simple_form.sq.yml
simple_form.sr-Latn.yml
simple_form.sr.yml
simple_form.sv.yml
simple_form.ta.yml
simple_form.te.yml
simple_form.th.yml
simple_form.tr.yml
simple_form.uk.yml
simple_form.ur.yml
simple_form.zh-CN.yml
simple_form.zh-HK.yml
simple_form.zh-TW.yml
sk.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
sl.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
sq.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
sr-Latn.rb
sr-Latn.yml
sr.rb
sr.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
sv.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
ta.yml
te.yml
th.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
tr.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
uk.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
ur.yml
zh-CN.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
zh-HK.yml Avoid using pluralize on moderation pages (#12589) 5 years ago
zh-TW.yml Avoid using pluralize on moderation pages (#12589) 5 years ago