-
Notifications
You must be signed in to change notification settings - Fork 520
Backport 2774 to dspace 9 x #4485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dspace-9_x
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2468,7 +2468,7 @@ | |
| "cookies.consent.decline-all": "Decline all", | ||
|
|
||
| // "cookies.consent.ok": "That's ok", | ||
| "cookies.consent.ok": "Das ist in Ordnung.", | ||
| "cookies.consent.ok": "Zustimmen", | ||
|
|
||
| // "cookies.consent.save": "Save", | ||
| "cookies.consent.save": "Speichern", | ||
|
|
@@ -2494,7 +2494,13 @@ | |
| "cookies.consent.content-modal.no-privacy-policy.text": "", | ||
|
|
||
| // "cookies.consent.content-modal.title": "Information that we collect", | ||
| "cookies.consent.content-modal.title": "Information, die wir sammeln", | ||
| "cookies.consent.content-modal.title": "Informationen, die wir sammeln", | ||
|
|
||
| // "cookies.consent.content-modal.services": "services", | ||
| "cookies.consent.content-modal.services": "Dienste", | ||
|
|
||
| // "cookies.consent.content-modal.service": "service", | ||
| "cookies.consent.content-modal.service": "Dienst", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These last two translations are also different in #2774. In that PR and on
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| // "cookies.consent.app.title.accessibility": "Accessibility Settings", | ||
| // TODO New key - Add a translation | ||
|
|
@@ -11112,4 +11118,4 @@ | |
| "file-download-link.request-copy": "Request a copy of ", | ||
|
|
||
|
|
||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marsaoua : I'm a bit confused because this change didn't occur in #2774. So, this means 9.x has a different translation that the
mainbranch.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tdonohue something is defenetly wrong, 9.x has a different translation that the main branch. I did not think to much and just cherry-picked the 3 commits from #2774. But it seems that only this commit 027a5ec was merged.