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

Add some more languages

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 2762e7bb
......@@ -154,6 +154,120 @@ EXTRALANGS = (
2,
'n > 1',
),
(
'ach',
'Acholi',
2,
'(n > 1)',
),
(
'anp',
'Angika',
2,
'(n != 1)',
),
(
'as',
'Assamese',
2,
'(n != 1)',
),
(
'ay',
'Aymará',
1,
'0',
),
(
'brx',
'Bodo',
2,
'(n != 1)',
),
(
'cgg',
'Chiga',
1,
'0',
),
(
'doi',
'Dogri',
2,
'(n != 1)',
),
(
'es_AR',
'Argentinean Spanish',
2,
'(n != 1)',
),
(
'hne',
'Chhattisgarhi',
2,
'(n != 1)',
),
(
'jbo',
'Lojban',
1,
'0',
),
(
'kl',
'Greenlandic',
2,
'(n != 1)',
),
(
'mni',
'Manipuri',
2,
'(n != 1)',
),
(
'mnk',
'Mandinka',
3,
'(n==0 ? 0 : n==1 ? 1 : 2)',
),
(
'my',
'Burmese',
1,
'0',
),
(
'se',
'Northern Sami',
2,
'(n != 1)',
),
(
'no',
'Norwegian (old code)',
2,
'(n != 1)',
),
(
'rw',
'Kinyarwanda',
2,
'(n != 1)',
),
(
'sat',
'Santali',
2,
'(n != 1)',
),
(
'sd',
'Sindhi',
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