Codebase list fcitx-unikey / debian/0.2.2-1 po / CMakeLists.txt
debian/0.2.2-1

Tree @debian/0.2.2-1 (Download .tar.gz)

CMakeLists.txt @debian/0.2.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)