Further cleanup

This commit is contained in:
Pieter Vander Vennet 2020-09-19 13:37:04 +02:00
parent 9409f20bca
commit bc9ece2f95
29 changed files with 392 additions and 20167 deletions

View file

@ -93,7 +93,6 @@ export default class Translation extends UIElement {
const tr = {};
for (const lng in this.translations) {
let txt = this.translations[lng];
console.log(txt)
txt = txt.replace(/\..*/, "");
txt = Utils.EllipsesAfter(txt, 255);
tr[lng] = txt;