Added validation for end date before start date (#167)

* added validation for end date before start date
* added unit test for new validations
This commit is contained in:
Kevin Papst
2018-06-20 23:27:56 +02:00
committed by GitHub
parent 071abc8fc8
commit 8c686b0714
5 changed files with 158 additions and 0 deletions

View File

@@ -6,6 +6,10 @@
<source>This value is not a valid role.</source>
<target>Dieser Wert ist keine gültige Rolle.</target>
</trans-unit>
<trans-unit id="End date must not be earlier then start date.">
<source>End date must not be earlier then start date.</source>
<target>Das Enddatum darf nicht vor dem Startdatum liegen.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -6,6 +6,10 @@
<source>This value is not a valid role.</source>
<target>This value is not a valid role.</target>
</trans-unit>
<trans-unit id="End date must not be earlier then start date.">
<source>End date must not be earlier then start date.</source>
<target>End date must not be earlier then start date.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -6,6 +6,10 @@
<source>This value is not a valid role.</source>
<target>Это значение - недействительная задача.</target>
</trans-unit>
<trans-unit id="End date must not be earlier then start date.">
<source>End date must not be earlier then start date.</source>
<target>End date must not be earlier then start date.</target>
</trans-unit>
</body>
</file>
</xliff>