-
Notifications
You must be signed in to change notification settings - Fork 180
feat: added the ability for instances to use local translations from extra repositories #752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
86e2e8a to
1071ee0
Compare
|
With regards to the conflicts and the extra commit, this may be because you branched off of the |
1071ee0 to
598b46f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #752 +/- ##
=======================================
Coverage 97.54% 97.54%
=======================================
Files 148 148
Lines 1302 1302
Branches 225 225
=======================================
Hits 1270 1270
Misses 31 31
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…extra repositories (openedx#752)
…se-ulmo (#8) * fix: Run `npm audit fix` to update dependencies. * chore(deps): update dependency @openedx/paragon to v23.14.9 (openedx#735) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @reduxjs/toolkit to v2.9.1 (openedx#736) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): bump actions/setup-node from 5 to 6 (openedx#737) * chore(deps): update dependency @edx/frontend-component-footer to v14.9.3 (openedx#739) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @edx/frontend-platform to v8.5.2 (openedx#740) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @reduxjs/toolkit to v2.9.2 (openedx#741) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @openedx/paragon to v23.16.0 (openedx#742) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @reduxjs/toolkit to v2.10.1 (openedx#743) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @edx/frontend-component-header to v8 (openedx#744) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [DEPR] feat!: remove notices wrapper (openedx#731) * fix(deps): update dependency react-router-dom to v6.30.2 (openedx#745) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @openedx/paragon to v23.17.0 (openedx#746) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @openedx/paragon to v23.18.0 (openedx#748) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @reduxjs/toolkit to v2.11.0 (openedx#749) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: added the ability for instances to use local translations from extra repositories (openedx#752) * feat: added the ability for instances to use local translations from extra repositories (openedx#752) --------- Co-authored-by: Feanil Patel <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ejaz Ahmad <[email protected]>
…extra repositories (openedx#752)
This adds the ability for instances to add extra translations from local repositories to the sources for their localizations.