mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-17 16:09:06 +00:00
Fix locale errors.
This commit is contained in:
parent
3a3c2c81e2
commit
0454daa7d1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue