Polish multilang mode, update docs

This commit is contained in:
Alex Shpak
2019-11-14 00:23:01 +01:00
parent 7b52bf4232
commit 13584878c2
14 changed files with 32 additions and 27 deletions
+9
View File
@@ -3,3 +3,12 @@
- id: Edit this page
translation: Edit this page
- id: bookSearchConfig
translation: |
{
encode: false,
tokenize: function(str) {
return str.replace(/[\x00-\x7F]/g, '').split('');
}
}
+3
View File
@@ -3,3 +3,6 @@
- id: Edit this page
translation: Edit this page
- id: bookSearchConfig
translation: '{ cache: true }'
+3
View File
@@ -3,3 +3,6 @@
- id: Edit this page
translation: Редактировать эту сраницу
- id: bookSearchConfig
translation: '{ split: /[^a-zа-яё0-9\w]/gi }'