Added Tool Bar button tool tip translation (e.g. into French) #6529
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR translates tool tips on the tool bar buttons. It partially fixes issue #3721.
@rdstern Please could you test?
If the tool tip text already has a French translation, then this is shown. Else the translation is shown as 'fr...'.
If you would like changes to the French translations, then please document these in issue #6512. I already documented the incorrect tranlation of the 'Help' tool tip.
Please note that the 'View Last Graph' and 'Column Metadata' button tool tips don't currently translate (I think because they're a different button type). I'll fix this in a separate PR.
I will also update the English JSON file in another PR (so that the remaining tool tip text is translated).
Thanks
@shadrackkibet The changes are all in the database and TranslateWinForms library, so there probably isn't much you can review here.