File: 48_scim.conf

package info (click to toggle)
im-config 0.62
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,004 kB
  • sloc: sh: 421; makefile: 104
file content (24 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (5)
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 Smart Common Input Method (SCIM)")"

IM_CONFIG_LONG="$(gettext "Smart Common Input Method (SCIM)
 * Required for all: scim
 * Language specific input conversion support:
   * Japanese: scim-mozc (best) or scim-anthy or scim-skk
   * Korean: scim-hangul
   * Simplified Chinese: scim-pinyin or scim-sunpinyin
   * Traditional Chinese: scim-chewing
   * Thai: scim-thai
   * Vietnamese: scim-unikey
   * Generic keyboard translation table: scim-m17 or scim-table* packages
 * Application platform support:
   * GNOME/GTK: scim-gtk-immodule
   * Clutter: scim-clutter-immodule")"

package_auto () {
    package_status scim
}

package_menu () {
    package_status scim
}