Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea53fb0

Browse files
bug #27630 [Validator][Form] Remove BOM in some xlf files (gautierderuette)
This PR was submitted for the 3.4 branch but it was merged into the 2.8 branch instead (closes #27630). Discussion ---------- [Validator][Form] Remove BOM in some xlf files | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | | Fixed tickets | #... | License | MIT | Doc PR | symfony/symfony-docs#... I removed first blank space from some xml files It caused this error during cache:clear [ERROR 4] Start tag expected, '<' not found (in n/a - line 1, column 1) Commits ------- 0bc53d6 [Validator] Remove BOM in some xlf files
2 parents 2627c16 + 0bc53d6 commit ea53fb0

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

src/Symfony/Component/Form/Resources/translations/validators.hy.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
33
<file source-language="en" datatype="plaintext" original="file.ext">
44
<body>
@@ -16,4 +16,4 @@
1616
</trans-unit>
1717
</body>
1818
</file>
19-
</xliff>
19+
</xliff>

src/Symfony/Component/Form/Resources/translations/validators.lt.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
33
<file source-language="en" datatype="plaintext" original="file.ext">
44
<body>
@@ -16,4 +16,4 @@
1616
</trans-unit>
1717
</body>
1818
</file>
19-
</xliff>
19+
</xliff>

src/Symfony/Component/Form/Resources/translations/validators.mn.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
33
<file source-language="en" datatype="plaintext" original="file.ext">
44
<body>

src/Symfony/Component/Form/Resources/translations/validators.ru.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
33
<file source-language="en" datatype="plaintext" original="file.ext">
44
<body>
@@ -16,4 +16,4 @@
1616
</trans-unit>
1717
</body>
1818
</file>
19-
</xliff>
19+
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
33
<file source-language="en" datatype="plaintext" original="file.ext">
44
<body>

src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
33
<file source-language="en" datatype="plaintext" original="file.ext">
44
<body>

src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
33
<file source-language="en" datatype="plaintext" original="file.ext">
44
<body>

src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
33
<file source-language="en" datatype="plaintext" original="file.ext">
44
<body>

0 commit comments

Comments
 (0)