Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
60a97fef
Commit
60a97fef
authored
Apr 05, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
a5dd00c3
066b04a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lang/management/commands/setuplang.py
lang/management/commands/setuplang.py
+2
-2
No files found.
lang/management/commands/setuplang.py
View file @
60a97fef
...
...
@@ -9,8 +9,8 @@ EXTRALANGS = [
(
'uz'
,
'Uzbek'
,
1
,
'0'
),
(
'sr@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_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 (cyr
ri
lic)'
,
3
,
'(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 (cyr
ri
lic)'
,
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 (cyr
il
lic)'
,
3
,
'(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 (cyr
il
lic)'
,
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)'
,
3
,
'(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)'
),
(
'en_US'
,
'English (United States)'
,
2
,
'(n != 1)'
),
(
'nb_NO'
,
'Norwegian Bokmål'
,
2
,
'(n != 1)'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment