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

Need to fix typo here as well

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 0d0456f0
......@@ -497,7 +497,7 @@ ONE_OTHER_ZERO_PLURALS = (
)
ZERO_ONE_TWO_THREE_SIX_OTHER = (
'(n==0) ? 0 : (n==1) ? 1 (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5',
'(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5',
)
# Plural types definition
......
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