forked from MapComplete/MapComplete
Further cleanup
This commit is contained in:
parent
9409f20bca
commit
bc9ece2f95
29 changed files with 392 additions and 20167 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue