Skip to content

Commit

Permalink
bug #776 Fixed minor issues in the XLIFF files (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Fixed minor issues in the XLIFF files

Spotted thanks to the latest improvement of `lint:xliff`: symfony/symfony#26682

Commits
-------

2020233 Fixed minor issues in the XLIFF files
  • Loading branch information
javiereguiluz committed Mar 28, 2018
2 parents 1f61fce + 2020233 commit 3c5d376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion translations/messages.nl.xlf
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="en" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="nl" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="note">
<source>note</source>
Expand Down
2 changes: 1 addition & 1 deletion translations/validators.id.xlf
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="en" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="id" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="post.blank_summary">
<source>post.blank_summary</source>
Expand Down
2 changes: 1 addition & 1 deletion translations/validators.nl.xlf
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="en" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="nl" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="post.blank_summary">
<source>post.blank_summary</source>
Expand Down

0 comments on commit 3c5d376

Please sign in to comment.