Skip to content

Commit

Permalink
Integrate bulgarian translation
Browse files Browse the repository at this point in the history
Thanks to Svetoslav Slavkov
  • Loading branch information
chris2511 committed Sep 3, 2023
1 parent 80e4e10 commit d0a65c0
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_QT_LANGUAGES de fr ja pl ru tr es it sk)
list(APPEND XCA_QT_LANGUAGES de fr ja pl ru tr es it sk bg)
list(APPEND XCA_LANGUAGES id hr nl pt_BR zh_CN fa ${XCA_QT_LANGUAGES})

foreach(lang ${XCA_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 @@ -51,6 +51,8 @@ const QList<QStringList> MainWindow::getTranslators() const
QStringList{ "tr", tr("Turkish") },
QStringList{ "fa", tr("Persian"),
"Erfan Esmayili Barzi", "erfankam", "gmail.com" },
QStringList{ "bg", tr("Bulgarian"),
"Svetoslav Slavkov", "contact", "sslavkov.eu" },
};
};

Expand Down

0 comments on commit d0a65c0

Please sign in to comment.