Conversation
|
What do you run to update the .po files? I can investigate putting something in CI to get them up to date 🙂 |
|
There is no automated process for that. And I have no clue how to put one in place. |
|
So how did all those .po files get updated exactly? |
|
I updated them all by hand. |
|
I think in debug mode, an exception should be thrown if a message is not found in the current language file (probably english, or french). Therefore, the developper would have to add the message at least one .po file, and hopefully, think about adding it to quickgui.pot |
|
By the way, currently, when a message is not found, it is displayed in the console. |
Description
A whitespace has been added to a localizable message in the code, but the .po files have not been updated.
Type of change
Checklist: