I use react-intl first. But because of the writers requirement, we only can provide untranslated text with a complete statement. And js-lingui support rich-text formatting with component that solved my problem. However, I found another problem in my scenario.
In my scenario, writers only accept the sheet format (.csv, .xls).
And I found a tool translate-toolkit that can convert .po files (filter out translated string) to .csv and convert back to .po files from .xls and .csv formats easily.
Many writers only accept .po, .xls or .csv format. It would be nice to have a tool to convert the lingui format to .csv or .po format.
I use
react-intlfirst. But because of the writers requirement, we only can provide untranslated text with a complete statement. And js-lingui support rich-text formatting with component that solved my problem. However, I found another problem in my scenario.In my scenario, writers only accept the sheet format (.csv, .xls).
And I found a tool
translate-toolkitthat can convert.pofiles (filter out translated string) to.csvand convert back to.pofiles from.xlsand.csvformats easily.Many writers only accept
.po,.xlsor.csvformat. It would be nice to have a tool to convert the lingui format to.csvor.poformat.