Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 6.3:
  [Validator] updated missing Polish translation
  fix typo
  • Loading branch information
nicolas-grekas committed Dec 29, 2023
2 parents fe4e62e + e35e841 commit 15fe2c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/translations/validators.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
</trans-unit>
<trans-unit id="111">
<source>The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</source>
<target>Der erkannte Zeichensatz ist nicht gültig ({{ detected }}). Gültige Zeichensätze sind "{{ encodings }}".</target>
<target>Der erkannte Zeichensatz ist nicht gültig ({{ detected }}). Gültige Zeichensätze sind {{ encodings }}.</target>
</trans-unit>
</body>
</file>
Expand Down
4 changes: 4 additions & 0 deletions Resources/translations/validators.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,10 @@
<source>The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.</source>
<target>Rozszerzenie pliku jest nieprawidłowe ({{ extension }}). Dozwolone rozszerzenia to {{ extensions }}.</target>
</trans-unit>
<trans-unit id="111">
<source>The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</source>
<target>Wykryte kodowanie znaków ({{ detected }}) jest nieprawidłowe. Dozwolone kodowania to {{ encodings }}.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 15fe2c6

Please sign in to comment.