apache / apisix-dashboard

Dashboard for Apache APISIX
https://apisix.apache.org/
Apache License 2.0
1.01k stars 527 forks source link

English locale contains Chinese characters #2932

Open egorksv opened 9 months ago

egorksv commented 9 months ago

Issue description

Apisix dashboard in English locale contains Chinese placeholders and dropdowns

Expected behavior

Locale is expected to be consistent in single language

How to Reproduce

Install apisix dashboard Open Routes

Screenshots

image image

Environment

Additional context

No response

hanqingwu commented 7 months ago

Please try to refresh page, From the source code, there is different characters

src/locales/tr-TR/component.ts:19: 'component.tagSelect.collapse': 'Daralt', src/locales/zh-CN/component.ts:19: 'component.tagSelect.collapse': '收起', src/locales/en-US/component.ts:19: 'component.tagSelect.collapse': 'Collapse',

thyarles commented 3 months ago

Hi @hanqingwu and @egorksv.

Just deployed APISix and I confirm the locale problem, even refreshing.

image