Joacchim / Comix

Fork of Comix
GNU General Public License v2.0
17 stars 14 forks source link

Format strings #9

Closed Cabalist closed 7 years ago

Cabalist commented 7 years ago

Converts % formatting to .format(). This has an effect on the translations. I have updated all the .po files but the .mo files will need to be regenerated. I am not as familiar with gettext as I probably should be to do this commit. I believe that the the workflow is that individual language files (.po) are create off the .pot file and then customized. The .mo are a generated binary file that the application looks up based on the systems LANG or LC_MESSAGES. Please correct me if I am wrong!

Cabalist commented 7 years ago

I see what happened. The files were in a non-UTF-8 format and my editor just blasted them away. Working on a fix now.