Move all static texts to locale file (#989)

* Move all static texts to locale file

* Fix message

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
Lauris BH
2022-06-18 11:48:18 +03:00
committed by GitHub
parent 42c745362b
commit 570aaa4235
9 changed files with 26 additions and 10 deletions

View File

@@ -19,7 +19,7 @@
:href="docsUrl"
target="_blank"
class="hover:bg-lime-700 dark:hover:bg-gray-600 px-4 py-1 rounded-md hidden md:flex"
>Docs</a
>{{ $t('docs') }}</a
>
<IconButton
:icon="darkMode ? 'dark' : 'light'"