Translations:Develop an simple input method/15/en

From Fcitx
Jump to navigation Jump to search

├── CMakeLists.txt ├── LICENSES │   └── BSD-3-Clause.txt # License for this project ├── po # Optional I18n │   ├── CMakeLists.txt │   ├── fcitx5-quwei.pot │   ├── LINGUAS │   └── zh_CN.po └── src ├── CMakeLists.txt ├── quwei-addon.conf.in.in # Addon registration file ├── quwei.conf.in # Input method registration file ├── quwei.cpp # Engine implementation └── quwei.h # Engine implementation