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

Tree @8148597 (Download .tar.gz)

CMakeLists.txt @8148597raw · 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)