mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Merge pull request #1138 from picklesrus/develop-translate-changes
Update the format of the language menu to match the changes made to d…
This commit is contained in:
commit
846f212110
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class Scratch3TranslateBlocks {
|
|||
if (langs) {
|
||||
this._supportedLanguages =
|
||||
langs.map(entry => {
|
||||
const obj = [entry.name, entry.code];
|
||||
const obj = {text: entry.name, value: entry.code};
|
||||
return obj;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue