-
Notifications
You must be signed in to change notification settings - Fork 47
Crowdin in-context translation integration #773
Crowdin in-context translation integration #773
Conversation
e779271
to
e02560e
Compare
af5ee0e
to
590075d
Compare
@bdunogier for that point :
I guess it will be distribute in https://github.com/ezplatform-i18n/ezplatform-i18n-ach_UG. ? |
It would work, yes. But my issue with that is that you would have to install something else in order to get working a feature that is supposed to work. In-context will just not work without it. I'd rather have it shipped with the product, so that anybody can translate. |
About the open question above, my plan turns out to be a little more complex: Given that in-context has been proven to work here, we could:
Any opinion @dpobel or @nicolas-bastien ? |
|
Cleanup done ! |
81a5bbe
to
df28f8c
Compare
Ping @yannickroger @nicolas-bastien (for the cleaned up version). |
Adds the javascript code that integrates Crowdin's in-context translation UI.
Usage
To trigger translations, the ach-UG translation, specific to crowdin, must be installed. It can be done by running
composer require ezplatform-i18n/ezplatform-i18n_ach_ug
. The requirement will be added to ezsystems/ezplatform by default.To trigger the in-context UI, ezsystems/ezpublish-kernel#1889 is required.
TODO
Would allow any project to use in-context translation.