Fix widths

This commit is contained in:
Pieter Vander Vennet 2020-10-10 14:09:12 +02:00
parent b8a1683191
commit 5e220ccead
6 changed files with 33 additions and 62 deletions

View file

@ -975,6 +975,7 @@ export default class Translations {
if (s instanceof Translation) {
return s;
}
console.error("Trying to Translation.WT, but got ",s)
throw "??? Not a valid translation"
}