Closed floscher closed 6 years ago
your account on Transifex would need the necessary rights to upload resources to the JOSM project
how can I apply for these righst? Are you the owner of the Transifex project who can grant them to me? I use the github identity Gubaer
on Transifex too.
I'll add you as maintainer to the translation team. It was mentioned on the list, that it would be better to use the OpenStreetMap organization instead of the JOSM one. So I'll have to update this PR anyway.
You are now a maintainer and should have all necessary rights for https://www.transifex.com/openstreetmap/josm-plugins/ :wink:.
What'syour experience with travis stages? In contrast with the old travis configuration, the build doesn't run as smoothly with the .travis.yml
(using stages) on the floischr-i18n
branch. Do you use stages in other projects too, i.e. for the Mapillary plugin?
I only recently started to use them, only for the JOSM plugins that push to transifex. That's because the Transifex client needs Python (atm in exactly version 3.5) and that was the easiest way to realize that, one stage building with java, then a stage pushing to Transifex with python. I didn't realize noticable differences, it could be that what you see are general delays on Travis CI, they are having some issues today: https://www.traviscistatus.com/
it could be that what you see are general delays on Travis CI
most likely, yes. I'll try again later.
Actually I gave this another thought and concluded, that it would be better to add all JOSM plugins to the JOSM organization on Transifex for the time being. If needed in the future, the project could be transferred as a whole to the Openstreetmap organization. At the moment there's the licensing concerns with already translated plugins and I'd like to keep the plugins in one place at Transifex.
You are now added to both teams. For the moment I'd prefer https://www.transifex.com/josm/josm/ over https://www.transifex.com/openstreetmap/josm-plugins/ , but let's see how this evolves.
This PR does two things:
contrib/
→src/main/resources/contrib/
images/
→src/main/resources/images/
resources/
→src/main/resources/resources/
scripts/
→src/main/resources/scripts/
src/
→src/main/java/
src/main/po/
orsrc/main/mo/
)$TRANSIFEX_TOKEN
to Travis CI.