opengisch / qgis-plugin-ci

Let it package and release your QGIS plugin and do something funnier instead!
https://opengisch.github.io/qgis-plugin-ci/
GNU General Public License v3.0
52 stars 17 forks source link

Release: compiled translations are not included into final zip #47

Open Guts opened 3 years ago

Guts commented 3 years ago

To reproduce:

  1. compile translations (typically: lrelease {plugin}/resources/i18n/*.ts)
  2. run qgis-plugin-ci release

Result:

Should be the reverse no?

3nids commented 3 years ago

In my current workflow, I do not have the ts files in the sources. The module pushes and pulls the files from transifex. When releasing, it adds them to the package (qm files).

Gustry commented 3 years ago

Same for me as @3nids. I only have Transifex.

Guts commented 3 years ago

I think it would be nice to handle the case where translations are not handled by transfixex so as not to have too much adherence between qgis-plugin-ci and a particular platform.

What do you think about it?

Gustry commented 3 years ago

What do you think about it?

I think it's more than OK of course !