mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-17 19:39:30 +08:00
Fix locale errors.
This commit is contained in:
parent
3a3c2c81e2
commit
0454daa7d1
@ -714,7 +714,7 @@ setInterval(async () => {
|
|||||||
{{ t("popup.stay") }}
|
{{ t("popup.stay") }}
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
@click="() => switchLocalePath(`${lang !== en' ? 'en' : 'zh-TW'}`)"
|
@click="() => switchLocalePath(`${locale !== 'en' ? 'en' : 'zh_tw'}`)"
|
||||||
variant="outline"
|
variant="outline"
|
||||||
>
|
>
|
||||||
{{ t("popup.change") }}
|
{{ t("popup.change") }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user