Add jp and ko search settings (same as chinese)

pull/128/head
Alex Shpak 2020-01-13 19:29:32 +01:00
parent 9fa444757a
commit 134b7456b8
2 changed files with 34 additions and 0 deletions

17
i18n/jp.yaml Normal file
View File

@ -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('');
}
}

17
i18n/ko.yaml Normal file
View File

@ -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('');
}
}