Codebase list fcitx-unikey / 566043f po / CMakeLists.txt
566043f

Tree @566043f (Download .tar.gz)

CMakeLists.txt @566043fraw · 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)