mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-24 20:33:00 +00:00
#243, Copy jp.yaml to ja.yaml
This commit is contained in:
parent
615400b3b7
commit
e91fa9024b
20
i18n/ja.yaml
Normal file
20
i18n/ja.yaml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
- 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('');
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +1,4 @@
|
|||||||
|
# This should be removed in future, 'jp' is moved to `ja'
|
||||||
- id: Search
|
- id: Search
|
||||||
translation: 検索
|
translation: 検索
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user