Translations

This commit is contained in:
Simon Schaufelberger
2018-06-22 00:33:22 +02:00
parent cd7cbeae88
commit 1dd5f2b72f
3 changed files with 9 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ class TimesheetEditForm extends AbstractType
}, },
]) ])
->add('description', TextareaType::class, [ ->add('description', TextareaType::class, [
'help' => 'timesheet.description.help',
'label' => 'label.description', 'label' => 'label.description',
'required' => false, 'required' => false,
]) ])

View File

@@ -303,6 +303,10 @@
<source>label.end</source> <source>label.end</source>
<target>Bis</target> <target>Bis</target>
</trans-unit> </trans-unit>
<trans-unit id="timesheet.description.help">
<source>timesheet.description.help</source>
<target>Beschreibungstext</target>
</trans-unit>
<!-- <!--
User profile User profile

View File

@@ -311,6 +311,10 @@
<source>label.end</source> <source>label.end</source>
<target>To</target> <target>To</target>
</trans-unit> </trans-unit>
<trans-unit id="timesheet.description.help">
<source>timesheet.description.help</source>
<target>Description</target>
</trans-unit>
<!-- <!--
User profile User profile