Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Admiral-Fish committed Jul 19, 2020
1 parent 4d65e90 commit 5872a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PokeFinder.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ int main(int argc, char *argv[])
locale = "zh";
setting.setValue("settings/locale", locale);
}

Translator::init(locale);

QTranslator translator;
Expand Down

0 comments on commit 5872a9e

Please sign in to comment.