#243, Copy jp.yaml to ja.yaml
This commit is contained in:
parent
615400b3b7
commit
e91fa9024b
2 changed files with 21 additions and 0 deletions
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 a new issue