Codebase list fcitx-unikey / b9a34b78-38e3-4050-800c-8f001ea9c673/main po / CMakeLists.txt
b9a34b78-38e3-4050-800c-8f001ea9c673/main

Tree @b9a34b78-38e3-4050-800c-8f001ea9c673/main (Download .tar.gz)

CMakeLists.txt @b9a34b78-38e3-4050-800c-8f001ea9c673/mainraw · history · blame

1
2
3
4
5
6
7
file(GLOB PO_FILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" *.po)

foreach(po_file ${PO_FILES})
  string(REPLACE ".po" "" po_lang "${po_file}")
  fcitx_translate_add_po_file("${po_lang}" "${po_file}")
endforeach()
fcitx_translate_set_pot_target(pot fcitx-unikey fcitx-unikey.pot)