Localize a dev file

This commit is contained in:
gutfuckllc 2018-08-06 21:03:24 -04:00
parent ff325d9588
commit eb8c3fe884
2 changed files with 5 additions and 1 deletions

View file

@ -1351,3 +1351,7 @@ docs:
name: "名前"
type: "型"
description: "説明"
dev/views/index.vue:
manage-apps: "アプリの管理"

View file

@ -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>