helge17 / tuxguitar

Improve TuxGuitar and provide builds
Other
432 stars 35 forks source link

some text strings cannot be translated #182

Closed guiv42 closed 8 months ago

guiv42 commented 9 months ago

Difficult to build an exhaustive list of hard-coded strings which cannot be translated. A few items (list to be completed):

guiv42 commented 8 months ago

"All Supported Formats" should be quite easy to fix. For the other cases listed above it's significantly more complex as those strings are defined in modules common to Android and desktop applications. So we have to put in place a new mechanism to propagate translations to such common modules (I could not find any example in the current code base).

guiv42 commented 8 months ago

A few other items identified which cannot be translated:

guiv42 commented 8 months ago

All hard-coded strings listed in this issue can now be translated, including strings common to Android and desktop apps. So I close this issue. Logically there should be other hard-coded strings present in the code, so we can either re-open this issue or create another one.