fix and cleanup
This commit is contained in:
@@ -16,8 +16,8 @@ using namespace std::literals;
|
||||
using namespace langs;
|
||||
|
||||
namespace {
|
||||
static std::unique_ptr<langs::Lang> current;
|
||||
static std::unordered_map<std::string, LocaleInfo> locales_info;
|
||||
std::unique_ptr<langs::Lang> current;
|
||||
std::unordered_map<std::string, LocaleInfo> locales_info;
|
||||
}
|
||||
|
||||
langs::Lang::Lang(std::string locale) : locale(std::move(locale)) {
|
||||
|
||||
Reference in New Issue
Block a user