docs
This commit is contained in:
parent
cde6cd9dbc
commit
6771b92793
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue