From e91fa9024b072872dd069dbda08a094b7e2b647e Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 15 Jul 2020 20:51:11 +0200 Subject: #243, Copy jp.yaml to ja.yaml --- i18n/ja.yaml | 20 ++++++++++++++++++++ i18n/jp.yaml | 1 + 2 files changed, 21 insertions(+) create mode 100644 i18n/ja.yaml (limited to 'i18n') 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: 検索 -- cgit v1.2.3