Skip to content

Commit d99507b

Browse files
committed
minor symfony#10101 fix attribute "source-language" for translations (craue)
This PR was merged into the 2.3 branch. Discussion ---------- fix attribute "source-language" for translations | Q | A | ------------- | --- | Fixed tickets | -- | License | MIT Commits ------- 7434550 fixed attribute "source-language" for translations
2 parents 61625b4 + 7434550 commit d99507b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Security/Resources/translations/security.da.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3-
<file source-language="no" datatype="plaintext" original="file.ext">
3+
<file source-language="en" datatype="plaintext" original="file.ext">
44
<body>
55
<trans-unit id="1">
66
<source>An authentication exception occurred.</source>

src/Symfony/Component/Security/Resources/translations/security.no.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3-
<file source-language="no" datatype="plaintext" original="file.ext">
3+
<file source-language="en" datatype="plaintext" original="file.ext">
44
<body>
55
<trans-unit id="1">
66
<source>An authentication exception occurred.</source>

0 commit comments

Comments
 (0)