improve translation test and fix error (#2998)

Co-authored-by: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>
This commit is contained in:
Kevin Papst
2021-12-07 16:56:08 +01:00
committed by GitHub
parent 0861dbd75d
commit 9ec0280334
9 changed files with 81 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="sv" datatype="plaintext" original="flashmessages.en.xlf">
<body>
@@ -54,6 +54,10 @@
<source>action.upload.error</source>
<target>Filen kunde inte laddas upp eller sparas: %reason%</target>
</trans-unit>
<trans-unit resname="action.csrf.error" id="bOE_q5R">
<source>action.csrf.error</source>
<target>Den här åtgärden kunde inte utföras: säkerhetssymbolen är ogiltig.</target>
</trans-unit>
</body>
</file>
</xliff>