summaryrefslogtreecommitdiff
path: root/src/locales/en.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-05 14:37:11 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-05 14:37:11 +0200
commit0a2b0e347d926ac0f29c9dd0f49e00634e822d0e (patch)
treef84ecc1e559227b1435f6647b36d150f4b101585 /src/locales/en.cpp
parentcd827834f9ee329c27b82d987f0d1d48a854a954 (diff)
namespace administration
Diffstat (limited to 'src/locales/en.cpp')
-rw-r--r--src/locales/en.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index 9410663..aa04853 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -16,7 +16,7 @@
#include "locales.hpp"
-locale::locale_entry locale::en_locales[] = {
+locale_entry en_locales[] = {
// General UI strings.
{"ui.unsavedProject", "[unsaved project]"},
{"ui.workingOn", "Working on"},
@@ -209,4 +209,4 @@ locale::locale_entry locale::en_locales[] = {
{"import.error.import","Failure: Failed to import result from service"},
};
-const int locale::en_locale_count = sizeof(locale::en_locales) / sizeof(locale::en_locales[0]); \ No newline at end of file
+int en_locale_count = sizeof(en_locales) / sizeof(en_locales[0]); \ No newline at end of file