Skip to content
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

Add German translations #1251

Merged
merged 2 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified rdmo/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
1,257 changes: 702 additions & 555 deletions rdmo/locale/de/LC_MESSAGES/django.po

Large diffs are not rendered by default.

Binary file modified rdmo/locale/de/LC_MESSAGES/djangojs.mo
Binary file not shown.
388 changes: 335 additions & 53 deletions rdmo/locale/de/LC_MESSAGES/djangojs.po

Large diffs are not rendered by default.

Binary file modified rdmo/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
1,290 changes: 738 additions & 552 deletions rdmo/locale/es/LC_MESSAGES/django.po

Large diffs are not rendered by default.

402 changes: 351 additions & 51 deletions rdmo/locale/es/LC_MESSAGES/djangojs.po

Large diffs are not rendered by default.

Binary file modified rdmo/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
1,293 changes: 740 additions & 553 deletions rdmo/locale/fr/LC_MESSAGES/django.po

Large diffs are not rendered by default.

403 changes: 352 additions & 51 deletions rdmo/locale/fr/LC_MESSAGES/djangojs.po

Large diffs are not rendered by default.

Binary file modified rdmo/locale/it/LC_MESSAGES/django.mo
Binary file not shown.
1,292 changes: 739 additions & 553 deletions rdmo/locale/it/LC_MESSAGES/django.po

Large diffs are not rendered by default.

402 changes: 351 additions & 51 deletions rdmo/locale/it/LC_MESSAGES/djangojs.po

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const FileInput = ({ question, value, disabled, updateValue, buttons }) => {
{
value.file_name ? (
<div>
<span className={classNames({'text-muted': disabled})}>{gettext('Current file: ')}</span>
<span className={classNames({'text-muted': disabled})}>{gettext('Current file:')}</span>
<a href={value.file_url} onClick={(event) => event.stopPropagation()}>
{value.file_name}
</a>
Expand Down
Loading