Commit c2ca9359 authored by Michal Čihař's avatar Michal Čihař

Add Yiddish language

Including alias for old code.
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 49fece12
......@@ -193,5 +193,6 @@ for l in Language.objects.exclude(name__contains='generated').values_list('name'
{% trans "West Flemish" %}
{% trans "Wolof" %}
{% trans "Yakut" %}
{% trans "Yiddish" %}
{% trans "Yoruba" %}
{% trans "Zulu" %}
......@@ -347,6 +347,12 @@ EXTRALANGS = (
2,
'(n != 1)',
),
(
'yi',
u'Yiddish',
2,
'(n != 1)',
),
# Wrong language code used by Java
(
'in',
......@@ -679,4 +685,5 @@ LOCALE_ALIASES = {
'jp': 'ja',
# Old code for Hebrew
'iw': 'he',
'ji': 'yi',
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment