Skip to content
Snippets Groups Projects
Commit 3d355b85 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

re-enable translation under windows built

parent 4a7d1933
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -61,6 +61,7 @@ if os.name == 'nt':
raise ImportError('intl.dll library not found')
libintl = ctypes.cdll.LoadLibrary(libintl_path)
libintl.bindtextdomain(APP, DIR)
libintl.bind_textdomain_codeset(APP, 'UTF-8')
import warnings
......
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