summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2013-08-27 23:17:47 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2013-08-29 12:57:40 +0900
commit17d8871211a531c755cd4397a75f4892222412ff (patch)
tree4a845f7c2b1084f0a0e8d3db90e41c5258c98135 /setup
parente1a94ef87577a38b3402a0ebaa1f0e5088f99c2a (diff)
downloadibus-anthy-17d8871211a531c755cd4397a75f4892222412ff.tar.gz
Imported anthy zipcode.t into ibus-anthy.
Diffstat (limited to 'setup')
-rw-r--r--setup/anthyprefs.py.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/setup/anthyprefs.py.in b/setup/anthyprefs.py.in
index f2a3b64..a685da1 100644
--- a/setup/anthyprefs.py.in
+++ b/setup/anthyprefs.py.in
@@ -1070,12 +1070,12 @@ _config = {
},
'dict': {
- 'zipcode': ['@ANTHY_ZIPCODE_FILE@'],
+ 'zipcode': ['@pkgdatadir@/dicts/zipcode.t'],
'symbol': ['@pkgdatadir@/dicts/symbol.t'],
'oldchar': ['@pkgdatadir@/dicts/oldchar.t'],
'era': ['@pkgdatadir@/dicts/era.t'],
'files': [
- '@ANTHY_ZIPCODE_FILE@',
+ '@pkgdatadir@/dicts/zipcode.t',
'@pkgdatadir@/dicts/symbol.t',
'@pkgdatadir@/dicts/oldchar.t',
'@pkgdatadir@/dicts/era.t',
@@ -1112,9 +1112,8 @@ _config = {
'short_label': '〒',
'long_label': N_("Zip Code Conversion"),
'preview_lines': 30,
- 'reverse': True,
+ 'reverse': False,
'is_system': True,
- 'encoding': 'euc_jp',
},
'dict/file/symbol': {