updated chinese translation

This commit is contained in:
Syping 2018-07-30 02:17:47 +02:00
parent 53ef2bdb54
commit f151035574
7 changed files with 2536 additions and 65 deletions

View file

@ -39,7 +39,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
QString buildStr = GTA5SYNC_BUILDSTRING;
#ifndef GTA5SYNC_BUILDTYPE_REL
#ifdef GTA5SYNC_COMMIT
appVersion = appVersion % "-" % GTA5SYNC_COMMIT;
if (!appVersion.contains("-")) { appVersion = appVersion % "-" % GTA5SYNC_COMMIT; }
#endif
#endif