-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Would you be interested in adding translations to this plugin?
AFAICS it is already translated on Launchpad, but the translations are not added to the release.
My suggestion would be, to add a Gradle build, use a CI provider (e.g. Travis CI) that pushes translatable strings to Transifex. The strings that are already translated can be transferred to Transifex. When you then build a release with Gradle, you can include the translated strings from Transifex in that release.
For more info on that, see https://github.com/floscher/gradle-josm-plugin#readme and the JOSM plugins already translating on Transifex (Mapillary, geojson, scripting).
If you decide to do it this way, I could help you set that up. It shouldn't be that complicated and by the way the Ant build would still work fine.