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
开始定义一个defineMessages
h1: { id: 'Page.IndexPage.h1', defaultMessage: '中文1', },
翻译成功后,修改这个defineMessages
h1: { id: 'Page.IndexPage.h1', defaultMessage: '中文2', },
但是由于已经过,会被跳过这个翻译,不能实现增量的翻译
如果简单将skip设置为false会覆盖我其他已经校对后的结果
有什么解决办法吗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题
开始定义一个defineMessages
翻译成功后,修改这个defineMessages
但是由于已经过,会被跳过这个翻译,不能实现增量的翻译
如果简单将skip设置为false会覆盖我其他已经校对后的结果
有什么解决办法吗
The text was updated successfully, but these errors were encountered: