lang: Get codebase ready for the use with Weblate

This commit is contained in:
WerWolv
2023-02-02 09:41:58 +01:00
parent f6823d5f13
commit 8da072b602
15 changed files with 736 additions and 736 deletions

View File

@@ -9,7 +9,7 @@ namespace hex {
LanguageDefinition::LanguageDefinition(std::map<std::string, std::string> &&entries) {
for (const auto &[key, value] : entries) {
if (value == "***** MISSING TRANSLATION *****")
if (value.empty())
continue;
this->m_entries.insert({ key, value });