Translations:Develop an simple input method/15/en

From Fcitx
Revision as of 03:11, 19 April 2023 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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