Fix locale errors.

This commit is contained in:
吳元皓 2025-07-06 17:57:19 +08:00
parent 3a3c2c81e2
commit 0454daa7d1

View File

@ -714,7 +714,7 @@ setInterval(async () => {
{{ t("popup.stay") }}
</Button>
<Button
@click="() => switchLocalePath(`${lang !== en' ? 'en' : 'zh-TW'}`)"
@click="() => switchLocalePath(`${locale !== 'en' ? 'en' : 'zh_tw'}`)"
variant="outline"
>
{{ t("popup.change") }}