pure-cpp 1.0.0
A C++ physics simulation benchmark comparing performance with Python implementations
AppUtils::TranslationLoader Class Reference

Provides a static method to load translation files for the application. More...

#include <translation_loader.hpp>

Collaboration diagram for AppUtils::TranslationLoader:
Collaboration graph

Static Public Member Functions

static void loadTranslations (bool in_diagnosticsEnabled)
 Loads and installs the best-matching translation for the system’s locale. More...
 

Detailed Description

Provides a static method to load translation files for the application.

Definition at line 28 of file translation_loader.hpp.

Member Function Documentation

◆ loadTranslations()

static void AppUtils::TranslationLoader::loadTranslations ( bool  in_diagnosticsEnabled)
inlinestatic

Loads and installs the best-matching translation for the system’s locale.

Parameters
in_diagnosticsEnabledIf true, prints detailed debug information during loading.

Definition at line 37 of file translation_loader.hpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: