Introducing: Automatic translations via doloc.io #115
daniel-sc
announced in
Announcements
Replies: 1 comment 1 reply
-
@daniel-sc I believe this script is out of date and you need -H "Authorization: Bearer $API_TOKEN" to make it work now? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I created a service (doloc.io) which integrates well with
ng-extract-i18n-merge
- you send your merged translation xliff file tohttps://api.doloc.io
and get back a translated version. As the translation takes already translated texts as a dictionary, these new translations will be very good (let me know if not!).Please check it out and give some feedback how it works for you :)
To get started, you could simply create a new npm script, such as (after registering and creating an api token on https://doloc.io/account):
package.json
:Beta Was this translation helpful? Give feedback.
All reactions