-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n: integrate german file
- Loading branch information
Showing
5 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...communities/assets/semantic-ui/translations/invenio_communities/i18next-scanner.config.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
4 changes: 2 additions & 2 deletions
4
invenio_communities/assets/semantic-ui/translations/invenio_communities/i18next.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
2 changes: 2 additions & 0 deletions
2
invenio_communities/assets/semantic-ui/translations/invenio_communities/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,7 +1,9 @@ | ||
import TRANSLATE_EN from "./en/translations.json"; | ||
import TRANSLATE_ES from "./es/translations.json"; | ||
import TRANSLATE_DE from "./de/translations.json"; | ||
|
||
export const translations = { | ||
es: { translation: TRANSLATE_ES }, | ||
en: { translation: TRANSLATE_EN }, | ||
de: { translation: TRANSLATE_DE }, | ||
}; |
2 changes: 1 addition & 1 deletion
2
invenio_communities/assets/semantic-ui/translations/invenio_communities/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
invenio_communities/assets/semantic-ui/translations/invenio_communities/package.json
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,5 +1,5 @@ | ||
{ | ||
"name": "invenio-app-rdm-ui", | ||
"name": "invenio-communities-ui", | ||
"config": { | ||
"languages": [ | ||
"en", | ||
|