diff --git a/src/client/app/common/views/widgets/calendar.vue b/src/client/app/common/views/widgets/calendar.vue index 68a58f8936..eb15030370 100644 --- a/src/client/app/common/views/widgets/calendar.vue +++ b/src/client/app/common/views/widgets/calendar.vue @@ -4,10 +4,10 @@
- %i18n:@year-english%{{ year }}%i18n:@year-japanese% - %i18n:@month-english%{{ month }}%i18n:@month-japanese% + {{ '%i18n:@year%'.split('{}')[0] }}{{ year }}{{ '%i18n:@year%'.split('{}')[1] }} + {{ '%i18n:@month%'.split('{}')[0] }}{{ month }}{{ '%i18n:@month%'.split('{}')[1] }}
-%i18n:@day-english%{{ day }}%i18n:@day-japanese%
+{{ '%i18n:@day%'.split('{}')[0] }}{{ day }}{{ '%i18n:@day%'.split('{}')[1] }}
{{ weekDay }}