Skip to content

Commit

Permalink
chore: add paragon messages (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashal-m authored Jul 21, 2023
1 parent ed23682 commit c01042f
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,4 +1,5 @@
import { messages as footerMessages } from '@edx/frontend-component-footer';
import { messages as paragonMessages } from '@edx/paragon';

import arMessages from './messages/ar.json';
// no need to import en messages-- they are in the defaultMessage field
Expand All @@ -20,4 +21,5 @@ const appMessages = {
export default [
footerMessages,
appMessages,
paragonMessages,
];

0 comments on commit c01042f

Please sign in to comment.