generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes ------- - Bump frontend-platform to bring intl-imports.js script - Move all i18n imports into `src/i18n/index.js` so intl-imports.js can override it with latest translations - Add `atlas` into `make pull_translations` when `OPENEDX_ATLAS_PULL` environment variable is set. - Fixed lint rules for [email protected] - Mock useTrackColorSchemeChoice to avoid test failures - Remove all broken and deprecated Tranisfex use - Install openedx-atlas Refs: [FC-0012 project](https://openedx.atlassian.net/l/cp/XGS0iCcQ) implementing Translation Infrastructure OEP-58.
- Loading branch information
1 parent
ca7bc7d
commit bd85312
Showing
7 changed files
with
43 additions
and
35 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,8 @@ | |
"@edx/brand": "npm:@edx/[email protected]", | ||
"@edx/frontend-component-footer": "^12.0.0", | ||
"@edx/frontend-component-header": "^4.0.0", | ||
"@edx/frontend-platform": "^4.0.1", | ||
"@edx/frontend-platform": "^4.2.0", | ||
"@edx/openedx-atlas": "^0.5.0", | ||
"@edx/paragon": "^20.20.0", | ||
"@edx/tinymce-language-selector": "1.1.0", | ||
"@fortawesome/fontawesome-svg-core": "1.2.36", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters