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

如何实现增量翻译 #21

Open
yjzzcao opened this issue Apr 18, 2019 · 0 comments
Open

如何实现增量翻译 #21

yjzzcao opened this issue Apr 18, 2019 · 0 comments

Comments

@yjzzcao
Copy link

yjzzcao commented Apr 18, 2019

问题

开始定义一个defineMessages

h1: {
  id: 'Page.IndexPage.h1',
  defaultMessage: '中文1',
},

翻译成功后,修改这个defineMessages

h1: {
  id: 'Page.IndexPage.h1',
  defaultMessage: '中文2',
},

但是由于已经过,会被跳过这个翻译,不能实现增量的翻译

如果简单将skip设置为false会覆盖我其他已经校对后的结果

有什么解决办法吗

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