Skip to content

Commit

Permalink
fixes xml indenting and adds target language to dutch translation file
Browse files Browse the repository at this point in the history
  • Loading branch information
zghosts committed Dec 9, 2020
1 parent 47cbd43 commit 5378a4b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
22 changes: 11 additions & 11 deletions src/Resources/translations/SonataAdminBundle.de.xliff
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?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="de" datatype="plaintext" original="file.ext">
<header>
<tool tool-id="symfony" tool-name="Symfony"/>
</header>
<body>
<trans-unit id="sonata_page">
<source>sonata_page</source>
<target>Seiten</target>
</trans-unit>
</body>
</file>
<file source-language="en" target-language="de" datatype="plaintext" original="file.ext">
<header>
<tool tool-id="symfony" tool-name="Symfony"/>
</header>
<body>
<trans-unit id="sonata_page">
<source>sonata_page</source>
<target>Seiten</target>
</trans-unit>
</body>
</file>
</xliff>
22 changes: 11 additions & 11 deletions src/Resources/translations/SonataAdminBundle.en.xliff
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<header>
<tool tool-id="symfony" tool-name="Symfony"/>
</header>
<body>
<trans-unit id="sonata_page">
<source>sonata_page</source>
<target>Pages</target>
</trans-unit>
</body>
</file>
<file source-language="en" datatype="plaintext" original="file.ext">
<header>
<tool tool-id="symfony" tool-name="Symfony"/>
</header>
<body>
<trans-unit id="sonata_page">
<source>sonata_page</source>
<target>Pages</target>
</trans-unit>
</body>
</file>
</xliff>
22 changes: 11 additions & 11 deletions src/Resources/translations/SonataAdminBundle.nl.xliff
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<header>
<tool tool-id="symfony" tool-name="Symfony"/>
</header>
<body>
<trans-unit id="sonata_page">
<source>sonata_page</source>
<target>Pagina&apos;s</target>
</trans-unit>
</body>
</file>
<file source-language="en" target-language="nl" datatype="plaintext" original="file.ext">
<header>
<tool tool-id="symfony" tool-name="Symfony"/>
</header>
<body>
<trans-unit id="sonata_page">
<source>sonata_page</source>
<target>Pagina&apos;s</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 5378a4b

Please sign in to comment.