Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
tev
plugin_event
Commits
c34e2aac
Commit
c34e2aac
authored
Feb 24, 2016
by
LE GAC Renaud
Browse files
Remove the dependence to the locale module.
parent
da154917
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
models/common_settings.py
models/common_settings.py
+0
-3
No files found.
models/common_settings.py
View file @
c34e2aac
...
...
@@ -2,7 +2,6 @@
""" Common settings
"""
import
locale
import
plugin_dbui
as
dbui
from
datetime
import
datetime
...
...
@@ -31,8 +30,6 @@ T.set_current_languages('en', 'en-gb', 'en-us') # mother tongue
T
.
force
(
'fr-fr'
)
# user language
T
.
lazy
=
False
# immediate translation
locale
.
setlocale
(
locale
.
LC_ALL
,
"fr_FR.UTF-8"
)
#-------------------------------------------------------------------------------
#
# CONSTANTS
...
...
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