Skip to content

Commit

Permalink
Integrate persian translation
Browse files Browse the repository at this point in the history
Thanks to Erfan Esmayili Barzi
  • Loading branch information
chris2511 committed Aug 3, 2022
1 parent 556b795 commit 4e194b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(S "${PROJECT_SOURCE_DIR}/lang")
set(D "${PROJECT_BINARY_DIR}")

list(APPEND XCA_LANGUAGES id hr nl pt_BR zh_CN)
list(APPEND XCA_LANGUAGES id hr nl pt_BR zh_CN fa)
list(APPEND XCAQM_LANGUAGES de fr ja pl ru tr es it sk)

foreach(lang ${XCA_LANGUAGES} ${XCAQM_LANGUAGES})
Expand Down
2 changes: 2 additions & 0 deletions widgets/MW_help.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ const QList<QStringList> MainWindow::getTranslators() const
QStringList{ "id", tr("Indonesian"),
"Andika Triwidada", "andika", "gmail.com" },
QStringList{ "tr", tr("Turkish") },
QStringList{ "fa", tr("Persian"),
"Erfan Esmayili Barzi", "erfankam", "gmail.com" },
};
};

Expand Down

0 comments on commit 4e194b0

Please sign in to comment.