Skip to content

Commit

Permalink
bug #52996 [Validator] add missing translation (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.4 branch.

Discussion
----------

[Validator] add missing translation

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        | Fix #52995
| License       | MIT

Commits
-------

2c79a9a add missing translation
  • Loading branch information
OskarStark committed Dec 12, 2023
2 parents 912eb7c + 2c79a9a commit fa23eb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@
<source>Using hidden overlay characters is not allowed.</source>
<target>Verstecke Overlay-Zeichen sind nicht erlaubt.</target>
</trans-unit>
<trans-unit id="110">
<source>The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.</source>
<target>Die Dateiendung ist ungültig ({{ extension }}). Gültige Dateiendungen sind {{ extensions }}.</target>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@
<source>Using hidden overlay characters is not allowed.</source>
<target>Using hidden overlay characters is not allowed.</target>
</trans-unit>
<trans-unit id="110">
<source>The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.</source>
<target>The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit fa23eb6

Please sign in to comment.