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 25, 2024
1 parent 3cc8d18 commit 6fe57c6
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,

Check failure on line 4 in src/i18n/index.js

View workflow job for this annotation

GitHub Actions / tests

Unexpected tab character

Check failure on line 4 in src/i18n/index.js

View workflow job for this annotation

GitHub Actions / tests

Expected indentation of 2 spaces but found 1 tab
];

0 comments on commit 6fe57c6

Please sign in to comment.