mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-17 03:29:29 +08:00
Fix locale errors.
This commit is contained in:
parent
3a3c2c81e2
commit
0454daa7d1
@ -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") }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user