Add jp and ko search settings (same as chinese)
This commit is contained in:
@@ -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('');
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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('');
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user