Embedded: Fix ability to change language back to English

This commit is contained in:
Floris Bos 2021-11-23 13:32:12 +01:00
parent b34d2a54af
commit a4fb8293ed

View file

@ -1115,6 +1115,7 @@ void ImageWriter::changeLanguage(const QString &newLanguageName)
if (trans->load(":/i18n/rpi-imager_"+langcode+".qm"))
{
replaceTranslator(trans);
_currentLang = newLanguageName;
}
else
{