Fixes and additions for first chapter of bridal gears.
This commit is contained in:
parent
e58002ce4c
commit
e25cd1f929
6 changed files with 43 additions and 13 deletions
|
@ -269,7 +269,10 @@ function languageChanged(event) {
|
|||
if(currentMission) {
|
||||
missionPath = `${utage.rootDirectory}Js/Translations/Missions/${currentMission.Path.replace('Asset/Utage/', '').replace('Scenario/', '').replace('.utage', '').replace('.tsv', `_translations_${selectedLang}.json`)}`;
|
||||
}
|
||||
utage.setTranslationLanguage(selectedLang, missionPath);
|
||||
utage.setTranslationLanguage(selectedLang, missionPath)
|
||||
.then((success) => {
|
||||
buildMissionSelectList();
|
||||
});
|
||||
}
|
||||
|
||||
function checkMissionList(missions, currentvalue) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue