1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-07 07:44:13 +00:00

[i18n] enable Ukrainian in source

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-05-26 12:56:47 +03:00
parent cc1244126c
commit ebce1e34d8
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -131,6 +131,7 @@ endif()
set(LANG_SRC set(LANG_SRC
"${LANG_SRC_DIR}/English.cpp" "${LANG_SRC_DIR}/English.cpp"
"${LANG_SRC_DIR}/Russian.cpp" "${LANG_SRC_DIR}/Russian.cpp"
"${LANG_SRC_DIR}/Ukrainian.cpp"
) )
set(DAEMON_SRC set(DAEMON_SRC