diff options
author | rtk0c <[email protected]> | 2021-06-11 13:35:35 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-06-11 13:35:35 -0700 |
commit | 8f7daa9bd100345d7e23639604c9a3a50ce6448b (patch) | |
tree | 4b0c4934f29dfca933e1e955a8af2e61c2719ca1 /core/src/UI/Localization.cpp | |
parent | 222cfec6ad882196d8927f73e30d905daae89556 (diff) |
Convert runtime-loaded l10n to string literals chosen at compile time
Diffstat (limited to 'core/src/UI/Localization.cpp')
-rw-r--r-- | core/src/UI/Localization.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/UI/Localization.cpp b/core/src/UI/Localization.cpp deleted file mode 100644 index 220df6f..0000000 --- a/core/src/UI/Localization.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include "Localization.hpp" - -std::unique_ptr<LocaleStrings> LocaleStrings::Instance{}; |