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
ef07139b
Commit
ef07139b
authored
Nov 19, 2014
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
2272bb2b
a895a543
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
weblate/settings_test.py
weblate/settings_test.py
+1
-1
weblate/trans/checks/same.py
weblate/trans/checks/same.py
+1
-0
No files found.
weblate/settings_test.py
View file @
ef07139b
...
...
@@ -32,7 +32,7 @@ if 'CI_DATABASE' in os.environ:
DATABASES
[
'default'
][
'USER'
]
=
'root'
DATABASES
[
'default'
][
'PASSWORD'
]
=
''
DATABASES
[
'default'
][
'OPTIONS'
]
=
{
'init_command'
:
'SET NAMES utf8'
,
'init_command'
:
'SET NAMES utf8
, wait_timeout=28800
'
,
}
elif
os
.
environ
[
'CI_DATABASE'
]
==
'postgresql'
:
DATABASES
[
'default'
][
'ENGINE'
]
=
\
...
...
weblate/trans/checks/same.py
View file @
ef07139b
...
...
@@ -38,6 +38,7 @@ SAME_BLACKLIST = frozenset((
'addons'
,
'address'
,
'admin'
,
'administrator'
,
'administration'
,
'africa'
,
'ah'
,
...
...
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