mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-24 05:28:07 +02:00
i18n (wip)
This commit is contained in:
parent
bf51a3ff3a
commit
75f54db90e
15 changed files with 178 additions and 57 deletions
|
@ -10,7 +10,7 @@
|
|||
'request',
|
||||
]"
|
||||
v-tooltip="{
|
||||
content: !hosted || hosting ? (hosting ? 'Release Controls' : 'Request Controls') : '',
|
||||
content: !hosted || hosting ? (hosting ? $t('controls.release') : $t('controls.request')) : '',
|
||||
placement: 'top',
|
||||
offset: 5,
|
||||
boundariesElement: 'body',
|
||||
|
@ -23,7 +23,7 @@
|
|||
<label
|
||||
class="switch"
|
||||
v-tooltip="{
|
||||
content: hosting ? (locked ? 'Unlock Controls' : 'Lock Controls') : '',
|
||||
content: hosting ? (locked ? $t('controls.unlock') : $t('controls.lock')) : '',
|
||||
placement: 'top',
|
||||
offset: 5,
|
||||
boundariesElement: 'body',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue