2020-01-13 19:29:32 +01:00
|
|
|
- id: Search
|
|
|
|
translation: Search
|
|
|
|
|
|
|
|
- id: Edit this page
|
|
|
|
translation: Edit this page
|
|
|
|
|
|
|
|
- id: Last modified by
|
|
|
|
translation: Last modified by
|
|
|
|
|
2020-01-24 00:07:47 +01:00
|
|
|
- id: Expand
|
|
|
|
translation: Expand
|
|
|
|
|
2020-01-13 19:29:32 +01:00
|
|
|
- id: bookSearchConfig
|
|
|
|
translation: |
|
|
|
|
{
|
|
|
|
encode: false,
|
|
|
|
tokenize: function(str) {
|
|
|
|
return str.replace(/[\x00-\x7F]/g, '').split('');
|
|
|
|
}
|
|
|
|
}
|