From ffc63383dc61b4efcca91390077ad24ac2e3e655 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 25 May 2018 20:44:06 +0900 Subject: [PATCH] i18n --- locales/ja.yml | 4 +++- src/client/app/mobile/views/pages/home.vue | 12 ++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/locales/ja.yml b/locales/ja.yml index daf4544c1..4c8ec9b20 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -795,7 +795,9 @@ mobile/views/pages/following.vue: following-of: "{}のフォロー" mobile/views/pages/home.vue: - timeline: "タイムライン" + home: "ホーム" + local: "ローカル" + global: "グローバル" mobile/views/pages/messaging.vue: messaging: "メッセージ" diff --git a/src/client/app/mobile/views/pages/home.vue b/src/client/app/mobile/views/pages/home.vue index 4d10b7016..5701ff03d 100644 --- a/src/client/app/mobile/views/pages/home.vue +++ b/src/client/app/mobile/views/pages/home.vue @@ -2,9 +2,9 @@ - %fa:home%ホーム - %fa:R comments%ローカル - %fa:globe%グローバル + %fa:home%%i18n:@home% + %fa:R comments%%i18n:@local% + %fa:globe%%i18n:@global% %fa:list%{{ list.title }} @@ -22,9 +22,9 @@
- %fa:home% ホーム - %fa:R comments% ローカル - %fa:globe% グローバル + %fa:home% %i18n:@home% + %fa:R comments% %i18n:@local% + %fa:globe% %i18n:@global%