g3w-suite / g3w-client

Map viewer addon for G3W-SUITE
https://g3w-suite.readthedocs.io/en/latest/g3wsuite_client.html
Mozilla Public License 2.0
21 stars 17 forks source link

It's not currently possible to translate the "Template" and "Labels" strings in the Print Layouts form #39

Closed tudorbarascu closed 2 years ago

tudorbarascu commented 2 years ago

The title is clear :). As you can see from the picture, the Template and Labels parts are not translatable. I've searched in the index.js file and I couldn't see them. Would be nice to have.

image
volterra79 commented 2 years ago

@tudorbarascu added template and labels translation. Can you do a pull request with romanian tanslation? You can find it :

 print: {
          no_layers: 'Nu avem straturi de print',
          template: "Template",
          labels: "Labels",
          scale: "Scară",
          format: "Format",
          rotation: "Rotație"
         ....
tudorbarascu commented 2 years ago

@volterra79 Thank you!