You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behaviour and why should it be changed?
The client and server code behave differently on start up when headless, in regards to loading translations.
Ideally both would load translations once the application instance had been created and all text displayed - either in the GUI or to the console - would be translatable.
Describe possible approaches
Review existing code to identify any text that should be translated that is not.
Review existing code to identify any text that should not be translated that is.
Raise a PR to resolve the above.
Once that's done, review the start up code in src/main.cpp to ensure translations are loaded as soon as the run time language has been established. Currently, this must be after command line and settings processing as both can affect the language selection.
Has this feature been discussed and generally agreed?
Mentioned, possibly several times, previously. Most recently in #3139.
The text was updated successfully, but these errors were encountered:
What is the current behaviour and why should it be changed?
The client and server code behave differently on start up when headless, in regards to loading translations.
Ideally both would load translations once the application instance had been created and all text displayed - either in the GUI or to the console - would be translatable.
Describe possible approaches
src/main.cpp
to ensure translations are loaded as soon as the run time language has been established. Currently, this must be after command line and settings processing as both can affect the language selection.Has this feature been discussed and generally agreed?
Mentioned, possibly several times, previously. Most recently in #3139.
The text was updated successfully, but these errors were encountered: