Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cod17828 committed Jul 9, 2024
1 parent 4e50ad5 commit 6c5d360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edsdme/scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export function populateLocalizedTextFromListItems(el, localizedText) {
let liContent = liEl.innerText.trim().toLowerCase().replace(/ /g, '-');
if (liContent.endsWith('_default')) liContent = liContent.slice(0, -8);
localizedText[`{{${liContent}}}`] = liContent;

});
}

Expand Down

0 comments on commit 6c5d360

Please sign in to comment.