diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-15 06:26:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-15 06:26:33 +0900 |
| commit | 9c2f340c1e7744b2bc6d26afcde52c3a701556dc (patch) | |
| tree | 6ab220489bc2797d144f6af39f187e21841c620a /src | |
| parent | Merge pull request #1470 from syuilo/i18n (diff) | |
| download | sharkey-9c2f340c1e7744b2bc6d26afcde52c3a701556dc.tar.gz sharkey-9c2f340c1e7744b2bc6d26afcde52c3a701556dc.tar.bz2 sharkey-9c2f340c1e7744b2bc6d26afcde52c3a701556dc.zip | |
i18n
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/mobile/views/pages/home.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/pages/home.vue b/src/client/app/mobile/views/pages/home.vue index 3de2ba1c3e..3d94dd7ce6 100644 --- a/src/client/app/mobile/views/pages/home.vue +++ b/src/client/app/mobile/views/pages/home.vue @@ -1,7 +1,7 @@ <template> <mk-ui> <span slot="header" @click="showTl = !showTl"> - <template v-if="showTl">%fa:home%タイムライン</template> + <template v-if="showTl">%fa:home%%i18n:@timeline%</template> <template v-else>%fa:home%ウィジェット</template> <span style="margin-left:8px"> <template v-if="showTl">%fa:angle-down%</template> |