Codebase list fcitx-table-extra / 9c16ebf po / CMakeLists.txt
9c16ebf

Tree @9c16ebf (Download .tar.gz)

CMakeLists.txt @9c16ebfraw · history · blame

1
2
3
4
5
set(PO_LANGS de zh_CN zh_TW ja)
foreach(lang ${PO_LANGS})
  fcitx_translate_add_po_file("${lang}" "${lang}.po")
endforeach()
fcitx_translate_set_pot_target(pot fcitx-table-extra fcitx-table-extra.pot)