Skip to content

Commit

Permalink
Merge branch 'foodChainLocal' of https://github.com/SamarthBagga/suga…
Browse files Browse the repository at this point in the history
…rizer into pr/1611
  • Loading branch information
Lionel Laské committed Apr 24, 2024
2 parents 73d7640 + f687fe1 commit 9f06e6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions activities/FoodChain.activity/js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ define(["sugar-web/activity/activity","l10n","sugar-web/graphics/radiobuttonsgro
} else if (language == 'pt') {
l10n.language.code = "pt_BR";
l10n.init("pt_BR");
} else{
l10n.language.code = "en";
l10n.init("en");
}

// Init sound component
Expand Down

0 comments on commit 9f06e6c

Please sign in to comment.