Skip to content

Commit

Permalink
Merge branch 'pr/1611' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Apr 24, 2024
2 parents 73d7640 + c25bb5d commit 7f0919c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Add a zoom-in and zoom-out button in ColorMyWorld activity #1593
- Adding Drag to fill Cells Functionality in Game of Life #1150
- Undismissable palletes in Dollar street #1605
- Localization error in FoodChain #1608

## [1.8.0] - 2024-04-10
### Added
Expand Down
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 7f0919c

Please sign in to comment.