Skip to content
Snippets Groups Projects
Commit 17287d81 authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Remove dependence to the module locale.

parent 86aa41f6
No related branches found
No related tags found
2 merge requests!20Release 0.8.2,!1923 docker image
......@@ -2,7 +2,6 @@
""" Common settings
"""
import locale
import plugin_dbui as dbui
from callbacks import country_delete, country_insert, country_update
......@@ -33,8 +32,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment