Difference between revisions of "Translations:Develop an simple input method/4/zh-cn"

From Fcitx
Jump to navigation Jump to search
(Created page with "以上是输入法插件的文件结构。对于其他类型的插件,不需要 <code>inputmethod/</code> 下的文件。<code>[addon name].conf</code> 的文件名很重要...")
 
(No difference)

Latest revision as of 03:23, 19 April 2023

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)
Above is the file structure for an input method addon. For other types of addons, files under <code>inputmethod/</code> is not needed. The file name of <code>[addon name].conf</code> matters and will be used to uniquely reference this specific addon. Fcitx also follows XDG directory standard, so the files under XDG_DATA_DIR/fcitx5 will also be checked. Similarly, file name of configuration file under <code>inputmethod/</code> also matters and will be the unique name of a certain input method.
Translation以上是输入法插件的文件结构。对于其他类型的插件,不需要 <code>inputmethod/</code> 下的文件。<code>[addon name].conf</code> 的文件名很重要,将用于唯一引用此特定插件。Fcitx 也遵循 XDG 目录标准,所以 XDG_DATA_DIR/fcitx5 下的文件也会被检查。同样,<code>inputmethod/</code>下的配置文件的文件名也很重要,将是某个输入法的唯一名称。

以上是输入法插件的文件结构。对于其他类型的插件,不需要 inputmethod/ 下的文件。[addon name].conf 的文件名很重要,将用于唯一引用此特定插件。Fcitx 也遵循 XDG 目录标准,所以 XDG_DATA_DIR/fcitx5 下的文件也会被检查。同样,inputmethod/下的配置文件的文件名也很重要,将是某个输入法的唯一名称。