Created a tool to upload and download translations (for backend oriented projects) #2206
siepkes
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
We've created a (prototype) tool which allows us to use Tolgee with our Java, Maven multi module, backend projects. We've opensourced it here: https://github.com/serviceplanet/tolgee-toolbox under the Apache Public License.
For the full details it's best to view the readme in the project but basically it allows you to do
tolgee-toolbox push
andtolgee-toolbox pull
in a project directory. It will use TOML based configuration files to upload translation files to Tolgee which will show up in the importer. From there they can be imported in to the Tolgee project. It also supportstolgee-toolbox pull
which uses the Tolgee exporter API to download translations and create translation message files.While it currently only has a CLI tool the idea is to later expand it with a Jenkins plugin.
The tool is currently in a "functional prototype / proof of concept" state. So there might be rough edges.
This tool might have overlap with the plans for the official Tolgee CLI tool (tolgee/tolgee-cli#74). However the tool we made was primarily created with the intention to neatly fit our workflow.
Beta Was this translation helpful? Give feedback.
All reactions