Add missing translations for LocationsContent, Notifications, KYCFormRussia, TopBar
Some checks failed
Build Docker Image / build (push) Failing after 47s
Some checks failed
Build Docker Image / build (push) Failing after 47s
This commit is contained in:
@@ -45,10 +45,10 @@
|
||||
tabindex="0"
|
||||
class="dropdown-content menu bg-base-100 rounded-box z-50 w-72 p-2 shadow-lg border border-base-300 mt-1"
|
||||
>
|
||||
<li class="menu-title"><span>Quick actions</span></li>
|
||||
<li><a @click="navigateToAction('/catalog')">Find materials</a></li>
|
||||
<li><a @click="navigateToAction('/clientarea/orders')">My orders</a></li>
|
||||
<li><a @click="navigateToAction('/clientarea/profile')">Profile settings</a></li>
|
||||
<li class="menu-title"><span>{{ t('topbar.quickActions') }}</span></li>
|
||||
<li><a @click="navigateToAction('/catalog')">{{ t('topbar.findMaterials') }}</a></li>
|
||||
<li><a @click="navigateToAction('/clientarea/orders')">{{ t('topbar.myOrders') }}</a></li>
|
||||
<li><a @click="navigateToAction('/clientarea/profile')">{{ t('topbar.profileSettings') }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
<details>
|
||||
<summary>
|
||||
<Icon name="lucide:globe" size="16" />
|
||||
Language
|
||||
{{ t('topbar.language') }}
|
||||
</summary>
|
||||
<ul>
|
||||
<li v-for="loc in locales" :key="loc.code">
|
||||
@@ -161,7 +161,7 @@ defineProps<{
|
||||
}>()
|
||||
|
||||
const localePath = useLocalePath()
|
||||
const { locale, locales } = useI18n()
|
||||
const { t, locale, locales } = useI18n()
|
||||
const switchLocalePath = useSwitchLocalePath()
|
||||
const locationStore = useLocationStore()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user