We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5f7d5 commit f84026dCopy full SHA for f84026d
src/config/officialplugins.swift
@@ -26,6 +26,7 @@ let officialPlugins = [
26
Plugin(id: "cantonese", category: Chinese, native: false, github: tableExtra, dependencies: ["chinese-addons"]),
27
Plugin(id: "chinese-addons", category: Chinese, native: true, github: "fcitx/fcitx5-chinese-addons"),
28
Plugin(id: "hallelujah", category: English, native: true, github: "fcitx-contrib/fcitx5-hallelujah"),
29
+ Plugin(id: "jyutping", category: Chinese, native: true, github: "fcitx/libime-jyutping", dependencies: ["chinese-addons"]),
30
Plugin(id: "lua", category: Other, native: true, github: "fcitx/fcitx5-lua"),
31
Plugin(id: "quick", category: Chinese, native: false, github: tableExtra, dependencies: ["chinese-addons"]),
32
Plugin(id: "m17n", category: Generic, native: true, github: "fcitx/fcitx5-m17n"),
0 commit comments