Skip to content

Commit

Permalink
minor #43482 [Validator] Improve German translation (derrabus)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.4 branch.

Discussion
----------

[Validator] Improve German translation

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Improves #43480
| License       | MIT
| Doc PR        | N/A

I was too late with my review apparently. 🙈

We usually translate "valid" as "gültig". We should do the same here.

Commits
-------

fa29a58 [Validator] Improve German translation
  • Loading branch information
fabpot committed Oct 14, 2021
2 parents ac4cd52 + fa29a58 commit 45a4cef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -392,7 +392,7 @@
</trans-unit>
<trans-unit id="101">
<source>This value is not a valid CSS color.</source>
<target>Dieser Wert ist keine valide CSS Farbe.</target>
<target>Dieser Wert ist keine gültige CSS-Farbe.</target>
</trans-unit>
</body>
</file>
Expand Down

0 comments on commit 45a4cef

Please sign in to comment.