Define the _() function in the setup script so it will avoid issues for translations not taken
This commit is contained in:
parent
c1865b3ecd
commit
f56d46417a
@ -3,9 +3,12 @@ import sys
|
||||
import application
|
||||
import platform
|
||||
import os
|
||||
import languageHandler
|
||||
from cx_Freeze import setup, Executable
|
||||
from babel.messages import frontend as babel
|
||||
|
||||
languageHandler.setLanguage("en")
|
||||
|
||||
def find_sound_lib_datafiles():
|
||||
import os
|
||||
import platform
|
||||
|
Loading…
Reference in New Issue
Block a user