summaryrefslogtreecommitdiff
path: root/core/src/UI/Localization.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/UI/Localization.cpp')
-rw-r--r--core/src/UI/Localization.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/UI/Localization.cpp b/core/src/UI/Localization.cpp
new file mode 100644
index 0000000..220df6f
--- /dev/null
+++ b/core/src/UI/Localization.cpp
@@ -0,0 +1,3 @@
+#include "Localization.hpp"
+
+std::unique_ptr<LocaleStrings> LocaleStrings::Instance{};