Skip to content

Commit

Permalink
fix: added Paragon translations (openedx#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang authored and bra-i-am committed Nov 9, 2023
1 parent 1d807f1 commit cb9df89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/i18n/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { messages as footerMessages } from '@edx/frontend-component-footer';
import { messages as headerMessages } from '@edx/frontend-component-header';
import { messages as paragonMessages } from '@edx/paragon';

import arMessages from './messages/ar.json';
import frMessages from './messages/fr.json';
Expand Down Expand Up @@ -37,6 +38,7 @@ const appMessages = {
};

export default [
paragonMessages,
appMessages,
footerMessages,
headerMessages,
Expand Down

0 comments on commit cb9df89

Please sign in to comment.