Define the _() function in the setup script so it will avoid issues for translations not taken

This commit is contained in:
Manuel Cortez 2020-07-10 00:04:23 -05:00
parent c1865b3ecd
commit f56d46417a

View File

@ -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