- made the translations work when the app is frozen with CX_freeze

- some formatting changes for the application strings
This commit is contained in:
Marius Stanciu
2019-03-18 03:30:47 +02:00
parent dd2f06c598
commit 3daed4cbfb
9 changed files with 734 additions and 661 deletions

View File

@@ -52,8 +52,9 @@ if platform.architecture()[0] == '64bit':
include_files.append((os.path.join(site_dir, "google/protobuf"), "google/protobuf"))
include_files.append((os.path.join(site_dir, "ortools"), "ortools"))
include_files.append(("share", "lib/share"))
include_files.append(("locale", "lib/locale"))
include_files.append(("postprocessors", "lib/postprocessors"))
include_files.append(("share", "lib/share"))
include_files.append(("README.md", "README.md"))
include_files.append(("LICENSE", "LICENSE"))