We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前国际化出码后存在冗余代码,render 中的相关国际化文案与 i18n.js 中的文案重复:
<Modal title={ this._i18nText({ "en-US": "create federation", key: "i18n-i69exda650e", "zh-CN": "新建联盟", }) } > // ... </Modal>
The text was updated successfully, but these errors were encountered:
chore: optimize i18n: this._i18nText => this.i18n (bestchains#50)
0efaf75
chore: optimize i18n: this._i18nText => this.i18n (#50)
c099f7c
Carrotzpc
Successfully merging a pull request may close this issue.
目前国际化出码后存在冗余代码,render 中的相关国际化文案与 i18n.js 中的文案重复:
The text was updated successfully, but these errors were encountered: