Created
April 7, 2014 13:22
-
-
Save Denyerec/10020196 to your computer and use it in GitHub Desktop.
locallang.xlf Sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | |
<xliff version="1.0"> | |
<file source-language="en" datatype="plaintext" original="messages" | |
date="2014-03-31" product-name="YourProviderExtensionName"> | |
<header/> | |
<body> | |
<trans-unit id="flux.mycontentfce"> | |
<source>Teaser Menu</source> | |
</trans-unit> | |
<trans-unit id="flux.mycontentfce.description"> | |
<source>A coloured-block menu of subpages for category roots</source> | |
</trans-unit> | |
</body> | |
</file> | |
</xliff> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment