Skip to content

Commit

Permalink
Merge branch 'master' into lib
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienTainon committed May 6, 2024
2 parents a055a37 + 8e33fd2 commit 615411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/task/libs/quickalgo_library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export abstract class QuickAlgoLibrary {
}

// Set the localLanguageStrings for this context
setLocalLanguageStrings(localLanguageStrings) {
setLocalLanguageStrings(localLanguageStrings = {}) {
log.getLogger('libraries').debug('set local language strings', localLanguageStrings, this.infos.blocksLanguage, window.currentPlatform);
const stringsLanguage = window.stringsLanguage && window.stringsLanguage in localLanguageStrings ? window.stringsLanguage : "fr";

Expand Down

0 comments on commit 615411e

Please sign in to comment.