Commit 4483de8e authored by Michal Čihař's avatar Michal Čihař

Add Sardinian language

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 3442978f
......@@ -125,6 +125,7 @@ for l in Language.objects.exclude(name__contains='generated').values_list('name'
{% trans "Romanian" %}
{% trans "Romansh" %}
{% trans "Russian" %}
{% trans "Sardinian" %}
{% trans "Scots" %}
{% trans "Serbian" %}
{% trans "Serbian (cyrillic)" %}
......
......@@ -141,7 +141,13 @@ EXTRALANGS = (
'Colognian',
3,
'n==0 ? 0 : n==1 ? 1 : 2',
)
),
(
'sc',
'Sardinian',
2,
'n != 1',
),
)
# List of defaul languages - the ones, where using
......
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