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

From Fcitx
Jump to navigation Jump to search
(Importing a new version from external source)
 
(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>
Translation<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