mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
Semicolon
This commit is contained in:
parent
c6f442288e
commit
dfc6fdfcf0
@ -100,10 +100,11 @@ allPlaceholders.forEach((ele) => {
|
||||
defaultTransPlaceholders[ele.placeholder] = ele.placeholder;
|
||||
});
|
||||
|
||||
const combinedTrans = {}
|
||||
const combinedTrans = {};
|
||||
combinedTrans.titles = defaultTransTitles;
|
||||
combinedTrans.innerHTML = defaultTrans;
|
||||
combinedTrans.placeholders = defaultTransPlaceholders;
|
||||
|
||||
var counter = 0;
|
||||
for (const i in updateList) {
|
||||
const lang = updateList[i];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user