|
pure-cpp 1.0.0
A C++ physics simulation benchmark comparing performance with Python implementations
|
Provides a static method to load translation files for the application. More...
#include <translation_loader.hpp>

Static Public Member Functions | |
| static void | loadTranslations (bool in_diagnosticsEnabled) |
| Loads and installs the best-matching translation for the system’s locale. More... | |
Provides a static method to load translation files for the application.
Definition at line 28 of file translation_loader.hpp.
|
inlinestatic |
Loads and installs the best-matching translation for the system’s locale.
| in_diagnosticsEnabled | If true, prints detailed debug information during loading. |
Definition at line 37 of file translation_loader.hpp.
