fix: small letter doesn't show
This commit is contained in:
@@ -13,8 +13,5 @@
|
||||
- id: bookSearchConfig
|
||||
translation: |
|
||||
{
|
||||
encode: false,
|
||||
tokenize: function(str) {
|
||||
return str.replace(/[\x00-\x7F]/g, '').split('');
|
||||
}
|
||||
split: " "
|
||||
}
|
||||
Reference in New Issue
Block a user