Commit 335c8baa authored by Michal Čihař's avatar Michal Čihař

Remove not needed duplicate langs

The sr_RS should be default.

Issue #854
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent cb6cb7ba
......@@ -61,13 +61,6 @@ EXTRALANGS = (
'n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && '
'(n%100<10 || n%100>=20) ? 1 : 2',
),
(
'sr_RS@latin',
'Serbian (latin)',
3,
'n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && '
'(n%100<10 || n%100>=20) ? 1 : 2',
),
(
'sr@cyrillic',
'Serbian (cyrillic)',
......@@ -75,13 +68,6 @@ EXTRALANGS = (
'n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && '
'(n%100<10 || n%100>=20) ? 1 : 2',
),
(
'sr_RS@cyrillic',
'Serbian (cyrillic)',
3,
'n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && '
'(n%100<10 || n%100>=20) ? 1 : 2',
),
(
'be@latin',
'Belarusian (latin)',
......
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