Skip to content

Commit

Permalink
minor #35901 [Validator] add German translation (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.4 branch.

Discussion
----------

[Validator] add German translation

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

9d837ec add German translation
  • Loading branch information
fabpot committed Feb 29, 2020
2 parents e4104b6 + 9d837ec commit 6c04266
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -370,6 +370,10 @@
<source>This value is not a valid hostname.</source>
<target>Dieser Wert ist kein gültiger Hostname.</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>Die Anzahl an Elementen in dieser Sammlung sollte ein Vielfaches von {{ compared_value }} sein.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 6c04266

Please sign in to comment.