You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pt_BR translation for "Disk Image Mounter" was incorrectly translated
as "Analisador de Uso do Disco MATE", which corresponds to Baobab (Disk Usage Analyzer).
This patch corrects it to:
"Montador de Imagens de Disco do MATE".
Every github repository use 2 resources (master and released branch), you will find them under MATE Desktop Environment. https://app.transifex.com/mate/MATE/content/ (MATE=MATE Desktop Environment)
Note, as i can see transifex use actual 1.26 and master. Means for github repositories where 1.28 is branched you need to update transifex resources. (adding 1.28 and deleting 1.26 resource)
This can be done by so called organization administrator . Currently active MATE members with that role are @mbkma and @lukefromdc . I added you as admin now ;-)
How a translation update works:
compile the repository and run makepot script. In case of mate-utils this will create/update 5 *.pot files, see script.
Now Run ie. tx pull -a -f
I used the --minimum-perc=1 option, means miminum translation percentage = 1, so it skips empty translation pos and brings ones with 1 or more msgstr.
I recall i added this option to ~/.transifexrc.
Sadly i do not have this file anymore at my notebook.
Important: check repository that translation update doesn't break building! Translators do often create string format mistakes, which needs to be fixed by hand in their language at transifex page. ....a very thankless job.
Well, in case of this PR @fvGYVlADdOvIsb84 needs to become a member of pt_BR language group and should fix the translation there.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
The pt_BR translation for "Disk Image Mounter" was incorrectly translated
as "Analisador de Uso do Disco MATE", which corresponds to Baobab (Disk Usage Analyzer).
This patch corrects it to:
"Montador de Imagens de Disco do MATE".