diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-01-13 19:29:32 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-01-13 19:29:32 +0100 |
commit | 134b7456b8075b5a1eed406b2e21d01ae9708e81 (patch) | |
tree | 4ed6a3bcbbe970c0162fe817450bcbe844b31baf /i18n/ko.yaml | |
parent | 9fa444757af943adfe6c4c9b39dddae9738ab82b (diff) |
Add jp and ko search settings (same as chinese)
Diffstat (limited to 'i18n/ko.yaml')
-rw-r--r-- | i18n/ko.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/i18n/ko.yaml b/i18n/ko.yaml new file mode 100644 index 0000000..bb9849b --- /dev/null +++ b/i18n/ko.yaml @@ -0,0 +1,17 @@ +- id: Search + translation: Search + +- id: Edit this page + translation: Edit this page + +- id: Last modified by + translation: Last modified by + +- id: bookSearchConfig + translation: | + { + encode: false, + tokenize: function(str) { + return str.replace(/[\x00-\x7F]/g, '').split(''); + } + } |