Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

English locale contains Chinese characters #2932

Open
egorksv opened this issue Feb 29, 2024 · 1 comment
Open

English locale contains Chinese characters #2932

egorksv opened this issue Feb 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@egorksv
Copy link

egorksv commented Feb 29, 2024

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 egorksv added the bug Something isn't working label Feb 29, 2024
@hanqingwu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants