diff --git a/PokeFinder.pro b/PokeFinder.pro index ab906ab11..6d92a3fc8 100644 --- a/PokeFinder.pro +++ b/PokeFinder.pro @@ -7,7 +7,7 @@ QMAKE_LRELEASE_FLAGS = -nounfinished -removeidentical TARGET = PokeFinder TEMPLATE = app -VERSION = 2.5.3 +VERSION = 2.5.4 #GIT_VERSION = $$system(git rev-parse HEAD) #GIT_BRANCH = $$system(git rev-parse --abbrev-ref HEAD) QMAKE_TARGET_DESCRIPTION = PokeFinder diff --git a/main.cpp b/main.cpp index 47fe86b65..1278a6219 100644 --- a/main.cpp +++ b/main.cpp @@ -51,6 +51,7 @@ int main(int argc, char *argv[]) locale = "zh"; setting.setValue("settings/locale", locale); } + Translator::init(locale); QTranslator translator;