Skip to content

Commit

Permalink
Add missing translation for admin menu
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Sep 27, 2019
1 parent 5159ebf commit 3b3289a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Resources/translations/SonataAdminBundle.de.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +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_user">
<source>sonata_user</source>
<target>Benutzer</target>
</trans-unit>
</body>
</file>
</xliff>
14 changes: 14 additions & 0 deletions src/Resources/translations/SonataAdminBundle.en.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +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_user">
<source>sonata_user</source>
<target>Users</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 3b3289a

Please sign in to comment.