Apply locale changes immediately in WebUI

This commit is contained in:
Chocobo1
2018-05-11 20:45:00 +08:00
committed by sledgehammer999
parent 6cfeefe054
commit 38fa575958
2 changed files with 12 additions and 5 deletions

View File

@@ -141,4 +141,5 @@ private:
QDateTime lastModified;
};
QMap<QString, TranslatedFile> m_translatedFiles;
QString m_currentLocale;
};