Browse Source

[i18n] enable Ukrainian in source

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1660/head
R4SAS 3 years ago
parent
commit
ebce1e34d8
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 1
      build/CMakeLists.txt

1
build/CMakeLists.txt

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

Loading…
Cancel
Save