juzzlin / Heimer

Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
GNU General Public License v3.0
887 stars 112 forks source link

Add basque translation (eu) #240

Closed alexgabi closed 1 month ago

alexgabi commented 1 year ago

Add heimer_eu.ts basque translation (eu) Thanks

juzzlin commented 1 year ago

Could you please rebase your commits on top of the current master?

juzzlin commented 1 year ago

Seems that lrelease doesn't like <a> tag in your translation file:

lrelease error: Unexpected tag <a> at /home/jussili/Git/Heimer/src/translations/heimer_eu.ts:63:70
make[2]: *** [src/CMakeFiles/Heimer.dir/build.make:114: data/translations/heimer_eu.qm] Error 1

Please take a look at how that is done e.g. in heimer_de.ts.

I think that Qt's localization IDE linguist would handle this automatically.

juzzlin commented 1 month ago

Let's do it so that I will fix this for you.

juzzlin commented 1 month ago

I have now squashed your commits into a single commit ca4e4408ac9b6f148d0df567257cc7b8611babda and fixed the build issues. This PR has thus been merged to master and can now be closed. You might want to pull the latest master branch and review the translation strings. Thanks!

juzzlin commented 1 month ago

image