Codebase list fcitx-unikey / bde2489 po / CMakeLists.txt
bde2489

Tree @bde2489 (Download .tar.gz)

CMakeLists.txt @bde2489raw · history · blame

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