i18n: clean up unused keys

This commit is contained in:
Anthony Fu 2022-12-27 19:00:42 +01:00
parent cf5e6ed5b5
commit f621ef8b4b
11 changed files with 19 additions and 30 deletions

View file

@ -38,7 +38,7 @@ onActivated(() => {
<button
flex rounded-4 p1
hover:bg-active cursor-pointer transition-100
:title="$t(showSettings ? 'notification.settings.close_btn' : 'notification.settings.show_btn')"
:title="showSettings ? t('notification.settings.close_btn') : t('notification.settings.show_btn')"
@click="showSettings = !showSettings"
>
<span aria-hidden="true" w-1.75em h-1.75em :class="showSettings ? 'i-ri:close-line' : 'i-ri:settings-line'" />