updated chinese translation
This commit is contained in:
parent
53ef2bdb54
commit
f151035574
7 changed files with 2536 additions and 65 deletions
|
|
@ -64,7 +64,7 @@ UserInterface::UserInterface(ProfileDatabase *profileDB, CrewDatabase *crewDB, D
|
|||
QString appVersion = GTA5SYNC_APPVER;
|
||||
#ifndef GTA5SYNC_BUILDTYPE_REL
|
||||
#ifdef GTA5SYNC_COMMIT
|
||||
appVersion = appVersion % "-" % GTA5SYNC_COMMIT;
|
||||
if (!appVersion.contains("-")) { appVersion = appVersion % "-" % GTA5SYNC_COMMIT; }
|
||||
#endif
|
||||
#endif
|
||||
ui->labVersion->setText(QString("%1 %2").arg(GTA5SYNC_APPSTR, appVersion));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue