Translations:Develop an simple input method/3/zh-cn: Difference between revisions

From Fcitx
Jump to navigation Jump to search
Matrikslee (talk | contribs)
Created page with "<nowiki> [fcitx install prefix] | |- share/fcitx5 | | | |- addons/[addon name].conf | |- inputmethod/[input method name 1].conf | | ... | |- inputmethod/[input method na..."
 
No edit summary
 
Line 4: Line 4:
|- share/fcitx5
|- share/fcitx5
|  |
|  |
|  |- addons/[addon name].conf
|  |- addon/[addon name].conf
|  |- inputmethod/[input method name 1].conf
|  |- inputmethod/[input method name 1].conf
|  |  ...
|  |  ...

Latest revision as of 08:44, 5 January 2026

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Develop an simple input method)
<nowiki>
[fcitx install prefix]
|
|- share/fcitx5
|  |
|  |- addon/[addon name].conf
|  |- inputmethod/[input method name 1].conf
|  |  ...
|  |- inputmethod/[input method name n].conf
|
|- lib/fcitx5
   |
   |- [library name].so
</nowiki>

[fcitx install prefix] | |- share/fcitx5 | | | |- addon/[addon name].conf | |- inputmethod/[input method name 1].conf | | ... | |- inputmethod/[input method name n].conf | |- lib/fcitx5 | |- [library name].so