summaryrefslogtreecommitdiff
path: root/i18n/cn.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/cn.yaml')
-rw-r--r--i18n/cn.yaml9
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('');
+ }
+ }