Skip to content

Commit

Permalink
default language englisj
Browse files Browse the repository at this point in the history
  • Loading branch information
SamarthBagga committed Apr 23, 2024
1 parent 075de81 commit f687fe1
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 f687fe1

Please sign in to comment.