Skip to content

Commit

Permalink
i18n: UI Support for Swedish language
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 committed Oct 1, 2024
1 parent b051f2e commit 2ff1057
Show file tree
Hide file tree
Showing 4 changed files with 1,101 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import TRANSLATE_EN from "./en/translations.json";
import TRANSLATE_DE from "./de/translations.json";
import TRANSLATE_EL from "./el/translations.json";
import TRANSLATE_SV from "./sv/translations.json";

export const translations = {
el: { translation: TRANSLATE_EL },
en: { translation: TRANSLATE_EN },
de: { translation: TRANSLATE_DE },
sv : { translation: TRANSLATE_SV },

Check failure on line 10 in invenio_rdm_records/assets/semantic-ui/translations/invenio_rdm_records/messages/index.js

View workflow job for this annotation

GitHub Actions / JS / Tests (18.x)

Delete `·`

Check failure on line 10 in invenio_rdm_records/assets/semantic-ui/translations/invenio_rdm_records/messages/index.js

View workflow job for this annotation

GitHub Actions / JS / Tests (20.x)

Delete `·`
};
Loading

0 comments on commit 2ff1057

Please sign in to comment.