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

Test more cases

parent fc40d871
...@@ -35,6 +35,12 @@ class LanguagesTest(TestCase): ...@@ -35,6 +35,12 @@ class LanguagesTest(TestCase):
'ltr', 'ltr',
'(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2', '(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2',
), ),
(
'cs_CZ@hantec',
'cs_CZ@hantec',
'ltr',
'(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2',
),
( (
'de-DE', 'de-DE',
'de', 'de',
...@@ -98,6 +104,12 @@ class LanguagesTest(TestCase): ...@@ -98,6 +104,12 @@ class LanguagesTest(TestCase):
'ltr', 'ltr',
'0', '0',
), ),
(
'zh-CN@test',
'zh_CN@test',
'ltr',
'0',
),
( (
'zh-rCN', 'zh-rCN',
'zh_CN', 'zh_CN',
......
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