Skip to content

Commit

Permalink
Add German translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Feb 22, 2025
1 parent 85e99c0 commit 83ba6da
Show file tree
Hide file tree
Showing 14 changed files with 4,309 additions and 2,420 deletions.
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

0 comments on commit 83ba6da

Please sign in to comment.