apisix-dashboard icon indicating copy to clipboard operation
apisix-dashboard copied to clipboard

English locale contains Chinese characters

Open egorksv opened this issue 2 years ago • 2 comments

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

  • apisix version (cmd: apisix version):
  • OS (cmd: uname -a):
  • OpenResty / Nginx version (cmd: nginx -V or openresty -V):
  • etcd version, if have (cmd: run etcd --version):
  • apisix-dashboard version, if have:
  • Browser version, if have:

Additional context

No response

egorksv avatar Feb 29 '24 12:02 egorksv

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',

hanqingwu avatar Apr 01 '24 07:04 hanqingwu

Hi @hanqingwu and @egorksv.

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

image

thyarles avatar Aug 21 '24 21:08 thyarles

Hi, we will release a new dashboard to address legacy issues. Refer to https://github.com/apache/apisix-dashboard/issues/2981

juzhiyuan avatar Apr 18 '25 01:04 juzhiyuan