Skip to content

Commit

Permalink
chore: add paragon messages (openedx#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashal-m authored and PKulkoRaccoonGang committed Jul 31, 2023
1 parent 47d09f6 commit 7bfff67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/i18n/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { messages as footerMessages } from '@edx/frontend-component-footer';

import { messages as paragonMessages } from '@edx/paragon';
import arMessages from './messages/ar.json';
import frMessages from './messages/fr.json';
import es419Messages from './messages/es_419.json';
Expand Down Expand Up @@ -35,5 +35,6 @@ const appMessages = {

export default [
footerMessages,
paragonMessages,
appMessages,
];

0 comments on commit 7bfff67

Please sign in to comment.