Add jp and ko search settings (same as chinese)
This commit is contained in:
parent
9fa444757a
commit
134b7456b8
2 changed files with 34 additions and 0 deletions
17
i18n/jp.yaml
Normal file
17
i18n/jp.yaml
Normal 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
17
i18n/ko.yaml
Normal 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('');
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue