From 7b89c31b8bd6baf7cdcb7d3fe12bd70d831b4345 Mon Sep 17 00:00:00 2001 From: fu7mu4 Date: Sat, 18 Aug 2018 21:19:56 +0900 Subject: [PATCH 1/2] add japanese translation --- config/locales/ja.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config/locales/ja.yml diff --git a/config/locales/ja.yml b/config/locales/ja.yml new file mode 100644 index 0000000..7054aeb --- /dev/null +++ b/config/locales/ja.yml @@ -0,0 +1,21 @@ +# English strings go here for Rails i18n +ja: + field_app_notification: "$B%"%W%jDLCN(B" + field_app_notification_desktop: "WEB$B%V%i%&%6$,BP1~$7$F$$$l$P%G%9%/%H%C%WDLCN$r;HMQ$9$k(B" + notifications: "$BDLCN(B" + see_all: "$BA4$FI=<((B" + notifications_events_settings: "$B%"%W%jDLCN%$%Y%s%H@_Dj(B" + issue_added: "$BDI2C$5$l$?2]Bj(B" + issue_updated: "$B99?7$5$l$?2]Bj(B" + issue_note_added: "$BDI2C$5$l$?2]Bj$NCm Date: Sun, 19 Aug 2018 03:06:06 +0900 Subject: [PATCH 2/2] fix wrong character encoding to UTF-8 --- config/locales/ja.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 7054aeb..a6dc3b3 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1,21 +1,21 @@ # English strings go here for Rails i18n ja: - field_app_notification: "$B%"%W%jDLCN(B" - field_app_notification_desktop: "WEB$B%V%i%&%6$,BP1~$7$F$$$l$P%G%9%/%H%C%WDLCN$r;HMQ$9$k(B" - notifications: "$BDLCN(B" - see_all: "$BA4$FI=<((B" - notifications_events_settings: "$B%"%W%jDLCN%$%Y%s%H@_Dj(B" - issue_added: "$BDI2C$5$l$?2]Bj(B" - issue_updated: "$B99?7$5$l$?2]Bj(B" - issue_note_added: "$BDI2C$5$l$?2]Bj$NCm