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

"autoSize" is undefined in the zh_cn language. #1441

Open
angelofan opened this issue Aug 28, 2024 · 0 comments
Open

"autoSize" is undefined in the zh_cn language. #1441

angelofan opened this issue Aug 28, 2024 · 0 comments

Comments

@angelofan
Copy link

Describe the bug
"autoSize" is undefined in the zh_cn language.

To Reproduce

resize25: string;
autoSize: string;
mirrorHorizontal: string;

suneditor/src/lang/zh_cn.js

Lines 145 to 146 in 0ae7613

resize25: '放大 25%',
mirrorHorizontal: '翻转左右',

Expected behavior
Add this between resize25 and mirrorHorizontal in suneditor/src/lang/zh_cn.js:

autoSize: '自动调整大小',

Screenshots
image

Additional context
List some other Chinese translations with the same meaning:

  • 自动调整尺寸
  • 自动调整
  • 自动尺寸
  • 重置大小
  • 重置尺寸
  • 恢复默认
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant