summaryrefslogtreecommitdiff
path: root/setup/anthyprefs.py.in
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2011-05-13 10:33:20 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2011-05-13 10:33:20 +0900
commita86df1b6d8fc0552c82fd3e63f003566444e0014 (patch)
tree0e28e7d5f666730fd62387b2adee5c40d779f3c9 /setup/anthyprefs.py.in
parent35f0898601caf39bc5a5c71765f734f5b749a3e1 (diff)
downloadibus-anthy-a86df1b6d8fc0552c82fd3e63f003566444e0014.tar.gz
Added an old character dict.
Diffstat (limited to 'setup/anthyprefs.py.in')
-rw-r--r--setup/anthyprefs.py.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/setup/anthyprefs.py.in b/setup/anthyprefs.py.in
index e0910b5..fe238a5 100644
--- a/setup/anthyprefs.py.in
+++ b/setup/anthyprefs.py.in
@@ -817,9 +817,11 @@ _config = {
'dict': {
'anthy_zipcode': ['@ANTHY_ZIPCODE_FILE@'],
'ibus_symbol': ['@pkgdatadir@/dicts/symbol.t'],
+ 'ibus_oldchar': ['@pkgdatadir@/dicts/oldchar.t'],
'files': [
'@ANTHY_ZIPCODE_FILE@',
'@pkgdatadir@/dicts/symbol.t',
+ '@pkgdatadir@/dicts/oldchar.t',
],
},
@@ -868,6 +870,17 @@ _config = {
'reverse': False,
'is_system': True,
},
+
+ 'dict/file/ibus_oldchar': {
+ 'embed': False,
+ 'single': True,
+ 'icon': None,
+ 'short_label': '旧',
+ 'long_label': N_("Old Character Style"),
+ 'preview_lines': -1,
+ 'reverse': False,
+ 'is_system': True,
+ },
}
_shortcut_default = {