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/jp.yaml | |
| parent | added .gitignore (diff) | |
added non-content
Diffstat (limited to '')
| -rw-r--r-- | themes/hugo-book/i18n/jp.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/hugo-book/i18n/jp.yaml b/themes/hugo-book/i18n/jp.yaml new file mode 100644 index 0000000..c42d20e --- /dev/null +++ b/themes/hugo-book/i18n/jp.yaml @@ -0,0 +1,21 @@ +# This should be removed in future, 'jp' is moved to `ja' +- id: Search + translation: 検索 + +- id: Edit this page + translation: このページを編集する + +- id: Last modified by + translation: 最終更新者 + +- id: Expand + translation: 展開 + +- id: bookSearchConfig + translation: | + { + encode: false, + tokenize: function(str) { + return str.replace(/[\x00-\x7F]/g, '').split(''); + } + } |
