summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgutfuckllc <40531868+gutfuckllc@users.noreply.github.com>2018-08-01 15:09:42 -0400
committergutfuckllc <40531868+gutfuckllc@users.noreply.github.com>2018-08-01 15:09:42 -0400
commit08afa44e09124388b1a30bbd27365d50ac15ffbc (patch)
treedba2735e3d0cb4bb8ea72fcf85a3d16e3ebcb134 /src
parentLocalized mobile/views/components/ui.header.vue (diff)
downloadmisskey-08afa44e09124388b1a30bbd27365d50ac15ffbc.tar.gz
misskey-08afa44e09124388b1a30bbd27365d50ac15ffbc.tar.bz2
misskey-08afa44e09124388b1a30bbd27365d50ac15ffbc.zip
Localized mobile/views/pages/reversi.vue
Also added common.name line, as to allow easier rebranding.
Diffstat (limited to 'src')
-rw-r--r--src/client/app/mobile/views/pages/reversi.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/mobile/views/pages/reversi.vue b/src/client/app/mobile/views/pages/reversi.vue
index 0cff1317aa..a63f84aba2 100644
--- a/src/client/app/mobile/views/pages/reversi.vue
+++ b/src/client/app/mobile/views/pages/reversi.vue
@@ -1,6 +1,6 @@
<template>
<mk-ui>
- <span slot="header">%fa:gamepad%リバーシ</span>
+ <span slot="header">%fa:gamepad%%i18n:@reversi%</span>
<mk-reversi v-if="!fetching" :init-game="game" @gamed="onGamed"/>
</mk-ui>
</template>
@@ -23,7 +23,7 @@ export default Vue.extend({
this.fetch();
},
mounted() {
- document.title = 'Misskey リバーシ';
+ document.title = '%i18n:common.name% %i18n:@reversi%';
document.documentElement.style.background = '#fff';
},
methods: {