Hi all,<br><br>The thread "Typos and inconsistencies in source text"  (hence its issue report at  <a href="https://github.com/qgis/qgis3_UIX_discussion/issues/19">https://github.com/qgis/qgis3_UIX_discussion/issues/19</a>) has revealed an important number of issues related to spelling of translatable strings.<br>While I agree that fixing those issues will give more consistency in QGIS (at least for developers and English-speaking users) I am still concerned about the overwork for the translation team and am looking for the best way to do it in order to have less impact on localized QGIS.<br><br>Let's take a reported typo: "cellsize" instead of "cell size". If I check Transifex, we currently have 19 strings that contain this word. So if the replacements are done in QGIS source files, when these ones are pushed to transifex, these strings will be replaced and because of this tiny difference, the translations already done for ALL languages will be deconnected, hence lost.<br>But actually, those fixes don't change the meaning of the string. And translations are done according to the meaning. So, despite the typos in the english texts, translated ones were (and still are) valid. But they'll be lost and the dialog in QGIS will be displayed in English until some translator reapplies the same translation.<br><br>But there's not only "cellsize" typo; we have rationalize, analyze, flavour, behaviour, favourite, neighbour, cancelled, check-box, and many other spelling issues...<br>I do not think that all languages have enough active translators to redo their work. So is there a way to keep translations?<br><br>I've been thinking about a process and wonder if it'll work (and will require someone with write access):<br>- Pull translations from Transifex<br>- have a PR in which besides fixing strings in the source code, their duplicate in /i18n folder are also fixed. In this case the .ts file contains the cleaned text linked to the existing translation<br>- then merge the commit<br>- and push it again to transifex<br><br>Would that work? Opinions?<br><br>Regards,<br>Harrissou<br>