Codebase list fcitx-unikey / 9145a0ef-0846-42ff-92f4-0194d2cae4e1/main po / CMakeLists.txt
9145a0ef-0846-42ff-92f4-0194d2cae4e1/main

Tree @9145a0ef-0846-42ff-92f4-0194d2cae4e1/main (Download .tar.gz)

CMakeLists.txt @9145a0ef-0846-42ff-92f4-0194d2cae4e1/main

3feea0c
 
 
 
 
bde2489
 
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)