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!
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!