Skip to content

Improve I18N Issues Based on 1.9.3#2

Open
alexclassroom wants to merge 1 commit intoWenPai-org:mainfrom
alexclassroom:main
Open

Improve I18N Issues Based on 1.9.3#2
alexclassroom wants to merge 1 commit intoWenPai-org:mainfrom
alexclassroom:main

Conversation

@alexclassroom
Copy link

  1. Please escape internationalized strings: You can’t trust that a translator will only add benign text to their localization; if they want to, they could add malicious JavaScript or other code instead. To protect against that, it’s important to treat internationalized strings like you would any other untrusted input. Also, refer to this official article.
  2. Correct some UI strings without I18N code.

1. Please escape internationalized strings: You can’t trust that a translator will only add benign text to their localization; if they want to, they could add malicious JavaScript or other code instead. To protect against that, it’s important to treat internationalized strings like you would any other untrusted input.
2. Correct some UI strings without I18N code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants