Codebase list fcitx-unikey / upstream/0.2.1 po / CMakeLists.txt
upstream/0.2.1

Tree @upstream/0.2.1 (Download .tar.gz)

CMakeLists.txt @upstream/0.2.1raw · history · blame

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