From c5b682dc8976f42a91b2c44feb18228605b0a162 Mon Sep 17 00:00:00 2001 From: gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> Date: Wed, 1 Aug 2018 14:25:55 -0400 Subject: common/views/widgets/calendar.vue Did weird formatting tricks. Hopefully should work. --- src/client/app/common/views/widgets/calendar.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/client/app/common/views/widgets/calendar.vue b/src/client/app/common/views/widgets/calendar.vue index 9c8f1bff68..d928663bb4 100644 --- a/src/client/app/common/views/widgets/calendar.vue +++ b/src/client/app/common/views/widgets/calendar.vue @@ -4,27 +4,27 @@

- {{ year }}年 - {{ month }}月 + %i18n:year-english%{{ year }}%i18n:year-japanese% + %i18n:month-english%{{ month }}%i18n:month-japanese%

-

{{ day }}日

-

{{ weekDay }}曜日

+

>%i18n:day-english%{{ day }}%i18n:day-japanese%

+

%i18n:weekday-english%{{ weekDay }}%i18n:weekday-japanese%

-

今日:{{ dayP.toFixed(1) }}%

+

%i18n:today%{{ dayP.toFixed(1) }}%

-

今月:{{ monthP.toFixed(1) }}%

+

%i18n:this-month%{{ monthP.toFixed(1) }}%

-

今年:{{ yearP.toFixed(1) }}%

+

%i18n:this-year%{{ yearP.toFixed(1) }}%

-- cgit v1.2.3-freya