Skip to content

Commit

Permalink
minor #30214 [Validator] Add missing translation for Polish (pl) loca…
Browse files Browse the repository at this point in the history
…le (dominikhajduk)

This PR was merged into the 3.4 branch.

Discussion
----------

[Validator] Add missing translation for Polish (pl) locale

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #30180
| License       | MIT
| Doc PR        |

Add missing Polish translation.

Commits
-------

763f8df Add missing PL translation
  • Loading branch information
fabpot committed Feb 12, 2019
2 parents f2370eb + 763f8df commit 50f3ae5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,10 @@
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>Ta wartość powinna być wielokrotnością {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="85">
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Ten kod BIC (Business Identifier Code) nie jest powiązany z międzynarodowym numerem rachunku bankowego (IBAN) {{ iban }}.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 50f3ae5

Please sign in to comment.