Skip to content

Commit

Permalink
Change project submit buttons translation
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Aug 4, 2020
1 parent 1f4b412 commit 6664f4a
Show file tree
Hide file tree
Showing 8 changed files with 1,316 additions and 844 deletions.
Binary file modified rdmo/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
467 changes: 292 additions & 175 deletions rdmo/locale/de/LC_MESSAGES/django.po

Large diffs are not rendered by default.

412 changes: 246 additions & 166 deletions rdmo/locale/es/LC_MESSAGES/django.po

Large diffs are not rendered by default.

Binary file modified rdmo/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
453 changes: 284 additions & 169 deletions rdmo/locale/fr/LC_MESSAGES/django.po

Large diffs are not rendered by default.

412 changes: 246 additions & 166 deletions rdmo/locale/it/LC_MESSAGES/django.po

Large diffs are not rendered by default.

412 changes: 246 additions & 166 deletions rdmo/locale/nl/LC_MESSAGES/django.po

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions rdmo/projects/templates/projects/project_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
{% if form.fields.views %}

<h1>{% trans 'Update project views' %}</h1>
{% bootstrap_form submit=_('Update views') %}
{% bootstrap_form submit=_('Save views') %}

{% else %}

<h1>{% trans 'Update project' %}</h1>
{% bootstrap_form submit=_('Update project') %}
{% bootstrap_form submit=_('Save project') %}

{% endif %}
{% else %}
Expand Down

0 comments on commit 6664f4a

Please sign in to comment.