Replies: 1 comment
-
Hi @fvet, I'm the creator of BeyondTranslations. We are currently developing a similar platform to BeyondTranslations but with more features. But the way "extensions" work in GitHub you will have a different UI to GitHub. But the goal of the platform is still to be able to shift the work of translating from the developers and allow consultants or other parts of the team to do them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
One of the things which is not clear is how to include translation updates as part of the dev process. I suppose this is on the agenda already, but pls find hereby some input on some tools / processes we currently use.
PTE app development
As the majority of our customers use BC in Dutch, which is the primary language of our developers, translations are included in code by the developer. (using the 'comment"nl-BE='translation'" tag)
Pro's:
As the developer might have forgotten some translations or did not update the xliff files, we expect the build pipelines to include a safety gate ensuring ...
To achieve the above, we've integrated Xliff-Sync (https://robvanbekkum.nl/xliff-sync-overview/) in our Azure DevOps build pipelines:
ISV Development
For ISV development, we want to support of number of additional languages.
Development is mainly performed in English. Translations are managed via an external proces.
We expect the build pipelines to include a safety gate ensuring ...
These XLIFF files can then be extracted from the release artifacts and be translated using external tools (e.g. PoEdit, PoEditor, ...)
Ideally these updated translation files should then be imported again and merged into the master branch.
To achieve the above, we've integrated Xliff-Sync (https://robvanbekkum.nl/xliff-sync-overview/) in a specific Azure DevOps pipeline:
Ideally, it would be great if we can isolate the majority of the translation effort from the developer and let a consultant manage translation update, without introducing too much technical complexity including branches/PR/...
Having a front-end to manage translations working directly on the github repo - something similar to https://www.beyond-translations.de/ - would be even better !
Beta Was this translation helpful? Give feedback.
All reactions