-
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version: Updated to 0.19.2 (26.11.2019)
- Loading branch information
Showing
5 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1417,15 +1417,15 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "fi" << QString::fromUtf8("Suomi [FI]") | ||
<< "0.19.1" | ||
<< "0.19.2" | ||
<< "J. S. Tuomisto" << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_FI")); | ||
languageFileList_->addTopLevelItem(languageItem); | ||
|
||
treeItem.clear(); | ||
treeItem << "fr" << QString::fromUtf8("Français [FR]") | ||
<< "0.19.1" | ||
<< "0.19.2" | ||
<< "Glad Deschrijver" << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_FR")); | ||
|
@@ -1457,15 +1457,15 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "it" << QString::fromUtf8("Italiano [IT]") | ||
<< "0.19.1" | ||
<< "0.19.2" | ||
<< "ZeroWis" << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_IT")); | ||
languageFileList_->addTopLevelItem(languageItem); | ||
|
||
treeItem.clear(); | ||
treeItem << "ja" << QString::fromUtf8("日本語 [JA]") | ||
<< "0.19.1" | ||
<< "0.19.2" | ||
<< "Masato Hashimoto" << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_JA")); | ||
|
@@ -1489,15 +1489,15 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "nl" << QString::fromUtf8("Nederlands [NL]") | ||
<< "0.19.1" | ||
<< "0.19.2" | ||
<< "TeLLie" << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_NL")); | ||
languageFileList_->addTopLevelItem(languageItem); | ||
|
||
treeItem.clear(); | ||
treeItem << "pl" << QString::fromUtf8("Polski [PL]") | ||
<< "0.19.1" | ||
<< "0.19.2" | ||
<< QString::fromUtf8("Piotr Pecka") << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_PL")); | ||
|
@@ -1537,7 +1537,7 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "sk" << QString::fromUtf8("Slovenčina [SK]") | ||
<< "0.19.1" | ||
<< "0.19.2" | ||
<< QString::fromUtf8("DAG Software (Ďanovský Ján)") << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_SK")); | ||
|
@@ -1569,7 +1569,7 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "tr" << QString::fromUtf8("Türkçe [TR]") | ||
<< "0.19.1" | ||
<< "0.19.2" | ||
<< QString::fromUtf8("Mert Başaranoğlu") << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_TR")); | ||
|
@@ -1593,7 +1593,7 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "zh_CN" << QString::fromUtf8("中文 (China) [zh_CN]") | ||
<< "0.19.1" | ||
<< "0.19.2" | ||
<< QString::fromUtf8("wwj402") << ""; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_CN")); | ||
|