-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n: UI Support for Swedish language
- Loading branch information
Showing
4 changed files
with
1,101 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
invenio_rdm_records/assets/semantic-ui/translations/invenio_rdm_records/messages/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / JS / Tests (18.x)
|
||
}; |
Oops, something went wrong.