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
1ef26068
Commit
1ef26068
authored
Nov 10, 2015
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
2bcfa464
fd0bb8d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
scripts/list-translated-languages
scripts/list-translated-languages
+1
-1
weblate/settings_example.py
weblate/settings_example.py
+3
-3
No files found.
scripts/list-translated-languages
View file @
1ef26068
...
...
@@ -34,7 +34,7 @@ def main():
languages
=
[]
for
lang
in
data
:
if
lang
[
'translated_percent'
]
>
THRESHOLD
:
code
=
lang
[
'code'
].
replace
(
'_'
,
'-'
)
code
=
lang
[
'code'
].
replace
(
'_'
,
'-'
)
.
lower
()
languages
.
append
(
code
)
languages
.
sort
()
print
'Expected setup:'
...
...
weblate/settings_example.py
View file @
1ef26068
...
...
@@ -105,7 +105,7 @@ LANGUAGES = (
(
'nl'
,
u'Nederlands'
),
(
'pl'
,
u'Polski'
),
(
'pt'
,
u'Português'
),
(
'pt-
BR
'
,
u'Português brasileiro'
),
(
'pt-
br
'
,
u'Português brasileiro'
),
(
'ru'
,
u'Русский'
),
(
'sk'
,
u'Slovenčina'
),
(
'sl'
,
u'Slovenščina'
),
...
...
@@ -113,8 +113,8 @@ LANGUAGES = (
(
'sv'
,
u'Svenska'
),
(
'tr'
,
u'Türkçe'
),
(
'uk'
,
u'Українська'
),
(
'zh-
H
ans'
,
u'简体字'
),
(
'zh-
H
ant'
,
u'正體字'
),
(
'zh-
h
ans'
,
u'简体字'
),
(
'zh-
h
ant'
,
u'正體字'
),
)
SITE_ID
=
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