We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6749e6b commit 09f29dfCopy full SHA for 09f29df
1 file changed
pcd-website/src/components/LanguageSwitcher.vue
@@ -10,7 +10,7 @@
10
@click.stop="open = !open"
11
>
12
<Icon icon="bi:globe" width="1em" height="1em" aria-hidden="true" />
13
- <span class="lang-current">{{ currentLocale.toUpperCase() }}</span>
+ <span class="lang-current">{{ LANGUAGE_NAMES[currentLocale] }}</span>
14
<Icon icon="bi:chevron-down" class="lang-chevron" :class="{ 'lang-chevron--open': open }" width="0.75em" height="0.75em" aria-hidden="true" />
15
</button>
16
<ul
0 commit comments