fix: nom de variable en Locale

This commit is contained in:
2026-03-22 09:21:45 +01:00
parent c6e2779429
commit cd0477cc4c
2 changed files with 7 additions and 7 deletions

View File

@@ -21,6 +21,6 @@ class Locale {
void loadFromFile(const std::string& file_path);
void flatten(const void* node_ptr, const std::string& prefix); // Aplana nodos YAML anidados
static Locale* locale_;
static Locale* instance;
std::unordered_map<std::string, std::string> strings_;
};