diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-07-15 20:51:11 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-07-15 20:51:11 +0200 |
commit | e91fa9024b072872dd069dbda08a094b7e2b647e (patch) | |
tree | b258fd64ec6fcc47866d4c17dab001d65c0ff93a | |
parent | 615400b3b74772d2b81fef17ab8773b6e9627692 (diff) |
#243, Copy jp.yaml to ja.yaml
-rw-r--r-- | i18n/ja.yaml | 20 | ||||
-rw-r--r-- | i18n/jp.yaml | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/i18n/ja.yaml b/i18n/ja.yaml new file mode 100644 index 0000000..77f87be --- /dev/null +++ b/i18n/ja.yaml @@ -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(''); + } + } diff --git a/i18n/jp.yaml b/i18n/jp.yaml index 77f87be..c42d20e 100644 --- a/i18n/jp.yaml +++ b/i18n/jp.yaml @@ -1,3 +1,4 @@ +# This should be removed in future, 'jp' is moved to `ja' - id: Search translation: 検索 |