diff options
Diffstat (limited to 'themes/hugo-book/i18n/ko.yaml')
| -rw-r--r-- | themes/hugo-book/i18n/ko.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/themes/hugo-book/i18n/ko.yaml b/themes/hugo-book/i18n/ko.yaml new file mode 100644 index 0000000..5c1fdb0 --- /dev/null +++ b/themes/hugo-book/i18n/ko.yaml @@ -0,0 +1,20 @@ +- id: Search + translation: Search + +- id: Edit this page + translation: Edit this page + +- id: Last modified by + translation: Last modified by + +- id: Expand + translation: Expand + +- id: bookSearchConfig + translation: | + { + encode: false, + tokenize: function(str) { + return str.replace(/[\x00-\x7F]/g, '').split(''); + } + } |
