File: 24_uim.conf

package info (click to toggle)
im-config 0.60
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,000 kB
  • sloc: sh: 469; makefile: 99
file content (24 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# vim: set sts=4 expandtab:
IM_CONFIG_SHORT="$(gettext "activate universal input method (uim)")"

IM_CONFIG_LONG="$(gettext "universal input method (uim)
 * Required for all: uim
 * Language specific input conversion support:
   * Japanese: uim-mozc (best) or uim-anthy or uim-skk
   * Korean: uim-byeoru
   * Simplified Chinese: uim-pinyin
   * Traditional Chinese: uim-chewing
   * Vietnamese: uim-viqr
   * General-purpose M17n: uim-m17nlib
 * Application platform support:
   * XIM: uim-xim
   * GNOME/GTK: uim-gtk2.0 and uim-gtk3 (both)
   * KDE/Qt5: uim-qt5")"

package_auto () {
    package_status uim || package_status uim-common
}

package_menu () {
    package_status uim || package_status uim-common
}