Adding some translations keys to a bare bones project and the main built-in translations stop working.
Adding additional rows often needs a restart of the entire application to take effect, or sometimes they are usable at all.
Steps to reproduce:
1) Create a new project from the Bare Bones project template.
2) Add 'en' and 'fr' as languages in the translations configuration window.
3) Add a key of "HELLO" with an English and French string.
4) Add a display_message("%HELLO%");
to the startup script.
Result: Main menu items are now displaying as translation keys not strings.
This MAY be a Linux only problem... not sure why no one else is talking about it. I am on Ubuntu 20.04.


