diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-11-14 00:23:01 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-11-16 20:35:23 +0100 |
commit | 13584878c23146c7093c8d1b9150ff9a98d28c8b (patch) | |
tree | cc3aabd06040a8879a27881e62afa3ec52e85392 /i18n/cn.yaml | |
parent | 7b52bf423214194ab39392db6e9bc2de9d36a02d (diff) |
Polish multilang mode, update docs
Diffstat (limited to 'i18n/cn.yaml')
-rw-r--r-- | i18n/cn.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/i18n/cn.yaml b/i18n/cn.yaml index fbef15a..6b1bd69 100644 --- a/i18n/cn.yaml +++ b/i18n/cn.yaml @@ -3,3 +3,12 @@ - id: Edit this page translation: Edit this page + +- id: bookSearchConfig + translation: | + { + encode: false, + tokenize: function(str) { + return str.replace(/[\x00-\x7F]/g, '').split(''); + } + } |