diff options
| author | Peng Wu <alexepico@gmail.com> | 2024-05-27 12:12:21 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2024-05-27 12:12:21 +0800 |
| commit | f6c0271964fb821c800ef1a5c452dedc0c48b679 (patch) | |
| tree | 415f472d073c7eca348e8b6c7340e02dc4b8ad73 /data | |
| parent | a1aad11c16d95be9e6660bcc89007af5395634fc (diff) | |
| download | ibus-libpinyin-f6c0271964fb821c800ef1a5c452dedc0c48b679.tar.gz ibus-libpinyin-f6c0271964fb821c800ef1a5c452dedc0c48b679.tar.xz ibus-libpinyin-f6c0271964fb821c800ef1a5c452dedc0c48b679.zip | |
Update opencc-config to use s2tw.json
Diffstat (limited to 'data')
| -rw-r--r-- | data/com.github.libpinyin.ibus-libpinyin.gschema.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/com.github.libpinyin.ibus-libpinyin.gschema.xml b/data/com.github.libpinyin.ibus-libpinyin.gschema.xml index 588439b..5853af3 100644 --- a/data/com.github.libpinyin.ibus-libpinyin.gschema.xml +++ b/data/com.github.libpinyin.ibus-libpinyin.gschema.xml @@ -194,7 +194,7 @@ <summary>Use Lua Converter</summary> </key> <key name="opencc-config" type="s"> - <default>'s2t.json'</default> + <default>'s2tw.json'</default> <summary>The config file which should be used by OpenCC for traditional input. Please consult the OpenCC documentation for more information</summary> </key> <key name="emoji-candidate" type="b"> @@ -401,7 +401,7 @@ <summary>Sort candidate option</summary> </key> <key name="opencc-config" type="s"> - <default>'s2t.json'</default> + <default>'s2tw.json'</default> <summary>The config file which should be used by OpenCC for traditional input. Please consult the OpenCC documentation for more information</summary> </key> <key name="emoji-candidate" type="b"> |
