summaryrefslogtreecommitdiff
path: root/src/client/app/dev/views
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-08-07 11:09:55 +0900
committerGitHub <noreply@github.com>2018-08-07 11:09:55 +0900
commit980ae3dcb37f9b8d9a2c4ecfcf8ded10388ba5e6 (patch)
treeb5e6d416e776cc51d9c87002ea580cb89fe5bb8c /src/client/app/dev/views
parentMerge pull request #2109 from syuilo/l10n_master (diff)
parentLocalize mobile search.vue (diff)
downloadsharkey-980ae3dcb37f9b8d9a2c4ecfcf8ded10388ba5e6.tar.gz
sharkey-980ae3dcb37f9b8d9a2c4ecfcf8ded10388ba5e6.tar.bz2
sharkey-980ae3dcb37f9b8d9a2c4ecfcf8ded10388ba5e6.zip
Merge pull request #2114 from gutfuckllc/devel
Localized all hiragana lines.
Diffstat (limited to 'src/client/app/dev/views')
-rw-r--r--src/client/app/dev/views/app.vue2
-rw-r--r--src/client/app/dev/views/index.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/dev/views/app.vue b/src/client/app/dev/views/app.vue
index a35b032b73..54d99ec82a 100644
--- a/src/client/app/dev/views/app.vue
+++ b/src/client/app/dev/views/app.vue
@@ -1,6 +1,6 @@
<template>
<mk-ui>
- <p v-if="fetching">読み込み中</p>
+ <p v-if="fetching">%i18n:common.loading%</p>
<b-card v-if="!fetching" :header="app.name">
<b-form-group label="App Secret">
<b-input :value="app.secret" readonly/>
diff --git a/src/client/app/dev/views/index.vue b/src/client/app/dev/views/index.vue
index 3f572b3907..bb137481f4 100644
--- a/src/client/app/dev/views/index.vue
+++ b/src/client/app/dev/views/index.vue
@@ -1,6 +1,6 @@
<template>
<mk-ui>
- <b-button to="/apps" variant="primary">アプリの管理</b-button>
+ <b-button to="/apps" variant="primary">%i18n:@manage-apps%</b-button>
</mk-ui>
</template>