From ffc63383dc61b4efcca91390077ad24ac2e3e655 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 25 May 2018 20:44:06 +0900 Subject: i18n --- src/client/app/mobile/views/pages/home.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/client/app/mobile/views/pages/home.vue b/src/client/app/mobile/views/pages/home.vue index 4d10b7016a..5701ff03d5 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% -- cgit v1.2.3-freya