summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2013-08-26 11:39:59 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2013-08-29 12:57:27 +0900
commitc5b47a31c1d5556990024b21476fa8accc1ded24 (patch)
tree65e5549ddd463a66293d7c530dbb7591119efc82 /setup
parentd62eb73a03fc0fc264eb1eb7dc06c21aca67d40f (diff)
downloadibus-anthy-c5b47a31c1d5556990024b21476fa8accc1ded24.tar.gz
Added Era dict.
Diffstat (limited to 'setup')
-rw-r--r--setup/anthyprefs.py.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/setup/anthyprefs.py.in b/setup/anthyprefs.py.in
index 2a8c622..271b940 100644
--- a/setup/anthyprefs.py.in
+++ b/setup/anthyprefs.py.in
@@ -1073,10 +1073,12 @@ _config = {
'zipcode': ['@ANTHY_ZIPCODE_FILE@'],
'symbol': ['@pkgdatadir@/dicts/symbol.t'],
'oldchar': ['@pkgdatadir@/dicts/oldchar.t'],
+ 'era': ['@pkgdatadir@/dicts/era.t'],
'files': [
'@ANTHY_ZIPCODE_FILE@',
'@pkgdatadir@/dicts/symbol.t',
'@pkgdatadir@/dicts/oldchar.t',
+ '@pkgdatadir@/dicts/era.t',
],
},
@@ -1136,6 +1138,16 @@ _config = {
'reverse': False,
'is_system': True,
},
+ 'dict/file/era': {
+ 'embed': False,
+ 'single': True,
+ 'icon': None,
+ 'short_label': '年',
+ 'long_label': N_("Era"),
+ 'preview_lines': -1,
+ 'reverse': False,
+ 'is_system': True,
+ },
}
_shortcut_default = {