Skip to content

Commit

Permalink
Add infrastructure for korean translation
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Sep 5, 2024
1 parent 524d741 commit e3a2789
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Add korean translation
* Close #287: template don't save/restore correctly
* Close #351: a1int::getLong() doesn't handle all error cases
* Close #401: Write PEM data to a file especially for crlgen
Expand Down
2 changes: 1 addition & 1 deletion lang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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 bg)
list(APPEND XCA_LANGUAGES id hr nl pt_BR zh_CN fa ${XCA_QT_LANGUAGES})
list(APPEND XCA_LANGUAGES id hr ko nl pt_BR zh_CN fa ${XCA_QT_LANGUAGES})
list(JOIN XCA_LANGUAGES "</string>\n <string>" LANGUAGES_PLIST)

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 @@ -43,6 +43,8 @@ const QList<QStringList> MainWindow::getTranslators() const
"D2N", "gritty.hat3143", "mx.d2-networks.jp" },
QStringList{ "fa", tr("Persian"),
"Erfan Esmayili Barzi", "erfankam", "gmail.com" },
QStringList{ "ko", tr("Korean"),
"Kim Dongil", "icoicoya", "naver.com" },
QStringList{ "pl", tr("Polish"),
"Jacek Tyborowski", "jacek", "tyborowski.pl" },
QStringList{ "pt_BR", tr("Portuguese in Brazil"),
Expand Down

0 comments on commit e3a2789

Please sign in to comment.