Fix icons

This commit is contained in:
Pieter Vander Vennet 2022-03-10 16:26:25 +01:00
parent 56e850316e
commit 7acaafae1f
13 changed files with 92 additions and 92 deletions

View file

@ -27,7 +27,6 @@ export default class LanguagePicker {
const allTranslations = (language_translations["default"] ?? language_translations)
const translation = {}
const trans = allTranslations[lang]
console.log("Generating a hybrid for "+lang, trans)
if(trans === undefined){
return new Translation({"*": nativeText})
}