Skip to content

Instantly share code, notes, and snippets.

@Denyerec
Created April 7, 2014 13:22
Show Gist options
  • Save Denyerec/10020196 to your computer and use it in GitHub Desktop.
Save Denyerec/10020196 to your computer and use it in GitHub Desktop.
locallang.xlf Sample
<?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