i18n整理

This commit is contained in:
syuilo
2019-02-26 14:13:02 +09:00
parent 8db8d3f39e
commit 61ac024127
7 changed files with 30 additions and 42 deletions

View File

@@ -77,7 +77,7 @@
<li @click="signout">
<p class="signout">
<i><fa icon="power-off"/></i>
<span>{{ $t('signout') }}</span>
<span>{{ $t('@.signout') }}</span>
</p>
</li>
</ul>