Skip to content

Commit

Permalink
feat: add frontend-essentials translations
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-canon committed Nov 28, 2024
1 parent d4336fd commit cc2eca1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/i18n/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export default [];
import { messages as essentialsMessages } from '@edunext/frontend-essentials';

export default [
essentialsMessages,
];

0 comments on commit cc2eca1

Please sign in to comment.