[Gambas-bugtracker] Bug #1574: Localization of Gambas is partial without building MO files
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Tue May 14 04:27:44 CEST 2019
http://gambaswiki.org/bugtracker/edit?object=BUG.1574&from=L21haW4-
Comment #1 by Alex -:
Workaround:
for file in `find ./ -name *.po`
do
mo_file=`echo $file|sed "s|.po$|.mo|g"`
msgfmt $file -o $mo_file
done
More information about the Bugtracker
mailing list