From 2855642dd16cea260f3b32351f0529328a0bcb15 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 4 Oct 2025 15:54:30 +0200 Subject: namespacing locale, config, file_templates --- src/locales/en.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/locales/en.cpp') diff --git a/src/locales/en.cpp b/src/locales/en.cpp index d311b36..9410663 100644 --- a/src/locales/en.cpp +++ b/src/locales/en.cpp @@ -16,7 +16,7 @@ #include "locales.hpp" -locale_entry en_locales[] = { +locale::locale_entry locale::en_locales[] = { // General UI strings. {"ui.unsavedProject", "[unsaved project]"}, {"ui.workingOn", "Working on"}, @@ -209,4 +209,4 @@ locale_entry en_locales[] = { {"import.error.import","Failure: Failed to import result from service"}, }; -const int en_locale_count = sizeof(en_locales) / sizeof(en_locales[0]); \ No newline at end of file +const int locale::en_locale_count = sizeof(locale::en_locales) / sizeof(locale::en_locales[0]); \ No newline at end of file -- cgit v1.2.3-70-g09d2