This commit is contained in:
ReznoRMichael 2021-02-10 19:39:15 +01:00
parent cde6cd9dbc
commit 6771b92793

View file

@ -1254,6 +1254,11 @@ function FillInnerHTML(elementId, textFill) {
element.innerHTML = textFill;
}
/**
* Returns a translated map location name string.
* @param {string} mapCode Code of the Hollow Knight map location the game developers use
* @param {object} dictionary Main data source for translation
*/
function TranslateMapName(mapCode, dictionary = MAP) {
let translation = mapCode;