1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# vim: set sts=4 expandtab:
IM_CONFIG_SHORT="$(gettext "activate Flexible Input Method Framework v5 (fcitx5)")"
IM_CONFIG_LONG="$(gettext "Flexible Input Method Framework v5 (fcitx5)
* Required for all: fcitx5
* Language specific input conversion support:
* Simplified Chinese: fcitx5-chinese-addons
* Traditional Chinese / generic Chinese: fcitx5-rime
* Generic keyboard translation table: fcitx5-keyman or fcitx5-table
* Application platform support:
Installing recommended packages of fcitx5 will cover all GUI platforms.
* GNOME/GTK: fcitx5-frontend-gtk3 and fcitx5-frontend-gtk4
* KDE/Qt5: fcitx5-frontend-qt5 and kde-config-fcitx5")"
package_auto () {
package_status fcitx5
}
package_menu () {
package_status fcitx5
}
|