diff options
| author | John MacFarlane <[email protected]> | 2023-04-17 11:26:24 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-04-17 11:26:54 -0700 |
| commit | d79c53ba12c994e25ff9a3da0fd61ec068fff30b (patch) | |
| tree | 3bba6954453178ede0a5819db893b0aef6a5b761 /data | |
| parent | 1b150ce3db0637847be7c4c496ebf8c688357e8f (diff) | |
Fix YAML in translation files for cs and pl.
The colon needs quoting.
Closes #8787.
Diffstat (limited to 'data')
| -rw-r--r-- | data/translations/cs.yaml | 2 | ||||
| -rw-r--r-- | data/translations/pl.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/translations/cs.yaml b/data/translations/cs.yaml index e69110181..2502c9547 100644 --- a/data/translations/cs.yaml +++ b/data/translations/cs.yaml @@ -1,7 +1,7 @@ Abstract: Abstrakt Appendix: Dodatek Bibliography: Literatura -Cc: Na vědomí: +Cc: 'Na vědomí:' Chapter: Kapitola Contents: Obsah Encl: Příloha diff --git a/data/translations/pl.yaml b/data/translations/pl.yaml index 160e67641..5c8799ad8 100644 --- a/data/translations/pl.yaml +++ b/data/translations/pl.yaml @@ -1,7 +1,7 @@ Abstract: Streszczenie Appendix: Dodatek Bibliography: Bibliografia -Cc: Kopie: +Cc: 'Kopie:' Chapter: Rozdział Contents: Spis treści Encl: Załącznik |
