diff options
Diffstat (limited to 'themes/hugo-book/i18n/jp.yaml')
| -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(''); + } + } |
