Remove redundant language-fetching line
This commit is contained in:
parent
bab6fcf227
commit
d87ec88780
@ -5,7 +5,6 @@ addStringButton.addEventListener("click", (e) => {
|
||||
return;
|
||||
}
|
||||
for (let section of document.getElementsByClassName("translation-section")) {
|
||||
// const lang = section.getAttribute("data-lang");
|
||||
// <label for="{{ string }}">{{ string }}</label>
|
||||
// <input type="text" id="{{ string }}" name="{{ string }}" value="{{ translation }}">
|
||||
// <br>
|
||||
|
Loading…
Reference in New Issue
Block a user