mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update files of project
This commit is contained in:
parent
7410ef0348
commit
f357e408c1
@ -128,7 +128,8 @@ void xToolsApplication::setupLanguage(const QString &language, const QString &pr
|
||||
qInfo() << m_languageFlagNameMap.value(key) << " has been setup!";
|
||||
emit languageChanged();
|
||||
} else {
|
||||
qInfo() << "Install translator failed, the file is:" << fileName;
|
||||
qInfo() << "Install translator failed, the file is:" << fileName
|
||||
<< ". Maybe the qm file if empty!";
|
||||
translator->deleteLater();
|
||||
translator = Q_NULLPTR;
|
||||
}
|
||||
|
||||
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
<TS version="2.1" language="zh_CN">
|
||||
<context>
|
||||
<name>xToolsAffixesComboBox</name>
|
||||
<message>
|
||||
<location filename="../../CommonUI/xToolsAffixesComboBox.cpp" line="15"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>无</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user