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
757f86fc
Commit
757f86fc
authored
May 05, 2013
by
Chris Oelmueller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace fixes
parent
caf13715
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docs/management.rst
docs/management.rst
+1
-1
scripts/list-translated-languages
scripts/list-translated-languages
+1
-1
weblate/media/style.css
weblate/media/style.css
+1
-1
No files found.
docs/management.rst
View file @
757f86fc
...
...
@@ -144,7 +144,7 @@ setupgroups
Configures default groups and (if called with ``--move``) assigns all users
to default group.
The option ``--no-update`` disables update of existing groups (only adds
The option ``--no-update`` disables update of existing groups (only adds
new ones).
.. seealso:: :ref:`privileges`
...
...
scripts/list-translated-languages
View file @
757f86fc
...
...
@@ -26,7 +26,7 @@ def main():
# prepare for checking
languages
=
set
(
languages
)
# we always want english language
languages
.
add
(
'en'
)
languages
.
add
(
'en'
)
# load settings
extra
=
set
()
settings
=
imp
.
load_source
(
'settings'
,
'./weblate/settings_example.py'
)
...
...
weblate/media/style.css
View file @
757f86fc
...
...
@@ -140,7 +140,7 @@ nav li {
margin
:
0.5em
;
}
.progress
.fuzzy
{
background
:
#cc0000
;
background
:
#cc0000
;
}
.progress
.checks
{
background
:
url("./progress-diagonals.png")
repeat
scroll
50%
50%
#004276
;
...
...
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