diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-08-30 13:17:32 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-08-30 13:17:32 +0000 |
| commit | 1147a663e70aadb2578cbe601bc723d7cd939c5a (patch) | |
| tree | b5100d2031328be3cfd3e9ae62730436bd573e0f /themes/hugo-book/i18n/ko.yaml | |
| parent | added .gitignore (diff) | |
added non-content
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(''); + } + } |
