-
Notifications
You must be signed in to change notification settings - Fork 394
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
Translation services accepting ICU? #82
Comments
I'll take a look at possible options. As far as I understand it, ICU MessageFormat is format of messages, while XLIFF is format of a message catalog. Here's similar issue formatjs/babel-plugin-react-intl#7 |
We now fully support icu format at https://locize.com (and plan to extend based on your feedback / demand):
Your feedback would be very welcome - also if someone could provide us with a file extracted we could look into supporting that for importing (beside xliff, json, ...) |
I would reopen this issue. Current version of lingui doesn't export valid getext nor json, when I've pinged PhraseApp folks. They're telling me that they support ICU but on the other hand, they have basically no idea, what format is supported regarding ICU (JSON/po). Their docs doesn't mention anything related to ICU -> I would appreciate ( and I guess anyone new coming to this library ) to get some info regarding Translation services compatibility. Related: Thanks |
@Hotell you can give https://locize.com a try...you can import / export both .json or .po -> also it should take the extracted file from jslingui as source - if there should be changes meanwhile just send us a file over to support@locize.com and we will check that so import gets updated to latest. |
Why the exported PO file isn't valid? Is it because ID is missing as you described in other issue or the file itself isnt' syntactically valid? Transifex and Crowdin, two biggest localization management platforms which I know, seem to support both PO files and ICU MessageFormat. |
hi! I understand that I can get the catalog from
lingui
and send that to translation, as outlined here, however, not many translation services work with ICU message format.Can somebody point me to tools that work on Mac and are able to convert ICU to XLIFF, which is the translation industry standard?Can somebody point me to translation services that accept (ie. are able to translate) ICU?
the ICU website mentions
genrb
but I'm not sure it's available on mac.also see formatjs/intl-messageformat#106
thanks!
The text was updated successfully, but these errors were encountered: