Codebase list fcitx-qt5 / 98872f9b-f0a9-4280-9b3d-290f86d69749/main po / CMakeLists.txt
98872f9b-f0a9-4280-9b3d-290f86d69749/main

Tree @98872f9b-f0a9-4280-9b3d-290f86d69749/main (Download .tar.gz)

CMakeLists.txt @98872f9b-f0a9-4280-9b3d-290f86d69749/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-qt5 fcitx-qt5.pot)