mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
add Chinese translation
This commit is contained in:
parent
8ba88aa2b2
commit
03afd7c080
@ -105,7 +105,8 @@ AboutDialog::AboutDialog(QWidget *parent)
|
||||
tr("Catalan by") + " Antoni Subirats",
|
||||
tr("Ukrainian by") + " Dystryk",
|
||||
tr("Arabic by") + " Chabane Noureddine",
|
||||
tr("Kazakh by") + " Erbol Keshubaev"
|
||||
tr("Kazakh by") + " Erbol Keshubaev",
|
||||
tr("Chinese by") + " HGC"
|
||||
}};
|
||||
|
||||
std::shuffle(currAuths.begin(), currAuths.end(), rng);
|
||||
|
@ -48,7 +48,7 @@ private:
|
||||
std::array<QString, 7> qucs_sDevs;
|
||||
std::array<QString, 9> currAuths; // current Qucs authors
|
||||
std::array<QString, 12> prevDevs; // previous Qucs developers
|
||||
std::array<QString, 18> trAuths; // Qucs translators
|
||||
std::array<QString, 19> trAuths; // Qucs translators
|
||||
|
||||
QVBoxLayout *all;
|
||||
QTextBrowser *authorsBrowser; // to show authors
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user