confirmed independently from live cd VM, running in a root shell:
- Code: Select all
LANGUAGE=pt mintupdate
outputs a couple of gtk errors, then:
mintUpdate error wrote:Exception occured in the refresh thread: unsupported format character 'a' (0x61) at index 10
Problem: translation error - % should be %d in one of the strings
Solution:
- Code: Select all
apt install gettext
cd /usr/lib/linuxmint/mintUpdate/locale/
sudo sed -i '/Existem/s/\%/\%d/' pt_PT/LC_MESSAGES/messages.po
sudo sed -i '/Existem/s/\%/\%d/' pt_BR/LC_MESSAGES/messages.po
cd pt_PT/LC_MESSAGES && sudo msgfmt messages.po
cd ../../pt_BR/LC_MESSAGES && sudo msgfmt messages.po
I'll posted the complete updated translation in the mintUpdate translation thread.
If you have a question that has been answered and solved, then please edit your original post and put a [SOLVED] at the end of your subject header
Hint - use a google search including the search term site:forums.linuxmint.com