Skip to content

Commit

Permalink
add bamboo (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: Qijia Liu <liumeo@pku.edu.cn>
  • Loading branch information
ksqsf and eagleoflqj authored Jun 14, 2024
1 parent 537e5b1 commit 4a5fd33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/config/officialplugins.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ let officialPlugins = [
Plugin(id: "chewing", category: Chinese, native: true, github: "fcitx/fcitx5-chewing"),
Plugin(id: "hangul", category: Korean, native: true, github: "fcitx/fcitx5-hangul"),
Plugin(id: "sayura", category: Sinhala, native: true, github: "fcitx/fcitx5-sayura"),
Plugin(id: "bamboo", category: Vietnamese, native: true, github: "fcitx/fcitx5-bamboo"),
]
2 changes: 1 addition & 1 deletion src/fcitx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void Fcitx::setupEnv() {
"fcitx5-lua", "fcitx5-rime",
"fcitx5-skk", "fcitx5-unikey",
"fcitx5-chewing", "fcitx5-hangul",
"fcitx5-sayura"};
"fcitx5-sayura", "fcitx5-bamboo"};
for (const auto addon : addon_names) {
fcitx::registerDomain(addon, localedir.c_str());
}
Expand Down

0 comments on commit 4a5fd33

Please sign in to comment.