Added Hebrew Translation

master
Ali Taqi Wajid 2022-04-25 00:10:10 +05:00 committed by GitHub
parent 81abf7804c
commit 5c46d442a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ QString getComboBoxTrackText(int idx, const QtvCodecInfo &codecInfo)
void initLanguageComboBox(QComboBox *comboBox)
{
comboBox->addItem("English", "en"); // 0th index is also used as default if the language isn't set in the settings.
comboBox->addItem(QString::fromUtf8("עִברִית"), "he");
comboBox->addItem(QString::fromUtf8("Русский"), "ru");
comboBox->addItem(QString::fromUtf8("Français"), "fr");
comboBox->addItem(QString::fromUtf8("简体中文"), "zh");