mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
added translations
This commit is contained in:
parent
a0d9bf692e
commit
e6372fd600
@ -452,7 +452,7 @@ class FileManagementFormView(MultiStepFormView):
|
||||
valid = self.check_field_selection(form)
|
||||
|
||||
if not valid:
|
||||
form.add_error(None, 'Fields matching failed')
|
||||
form.add_error(None, _('Fields matching failed'))
|
||||
|
||||
elif step == 'items':
|
||||
pass
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
{% block details %}
|
||||
|
||||
<p>{% trans "Step" %} {{ wizard.steps.step1 }} {% trans "of" %} {{ wizard.steps.count }}
|
||||
<p>{% blocktrans with step=wizard.steps.step1 count=wizard.steps.count %}Step {{step}} of {{count}}{% endblocktrans %}
|
||||
{% if description %}- {{ description }}{% endif %}</p>
|
||||
|
||||
{% block form_alert %}
|
||||
|
Loading…
Reference in New Issue
Block a user