Codebase list fcitx-table-extra / 9f4ebea4-7389-4456-8b9b-85e0b7583c4d/main po / CMakeLists.txt
9f4ebea4-7389-4456-8b9b-85e0b7583c4d/main

Tree @9f4ebea4-7389-4456-8b9b-85e0b7583c4d/main (Download .tar.gz)

CMakeLists.txt @9f4ebea4-7389-4456-8b9b-85e0b7583c4d/main

beb9a0f
 
 
 
 
9c16ebf
 
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-table-extra fcitx-table-extra.pot)