Translations:Develop an simple input method/3/en: Difference between revisions

From Fcitx
Jump to navigation Jump to search
FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
Importing a new version from external source
 
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 23:29, 11 January 2025

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