mirror of
https://github.com/elk-zone/elk.git
synced 2025-05-08 16:22:49 +03:00
refactor(i18n): tidy fields
This commit is contained in:
parent
96acbacf55
commit
ed0b78857c
7 changed files with 19 additions and 13 deletions
components/nav
|
@ -10,7 +10,7 @@ const { locales } = useI18n() as { locales: ComputedRef<LocaleObject[]> }
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<CommonTooltip placement="bottom" :content="t('selectLanguage')">
|
||||
<CommonTooltip placement="bottom" :content="t('nav_footer.select_language')">
|
||||
<CommonDropdown>
|
||||
<button flex>
|
||||
<div i-ri:earth-line text-lg />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue