Last active
May 30, 2016 21:33
-
-
Save casper-rasmussen/e1d19cc02b672bb48586f8b616c78981 to your computer and use it in GitHub Desktop.
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" ?> | |
<languages> | |
<language name="Danish" id="da-DK"> | |
<header> | |
<mainnavigation> | |
<placeholders> | |
<search>Search</search> | |
</placeholders> | |
</mainnavigation> | |
</header> | |
<commerce> | |
<checkout> | |
<step1> | |
<labels> | |
<address>Address Line</address> | |
<postal>Postal Code</postal> | |
<!-- Elements removed for the sake of readability--> | |
</labels> | |
</step1> | |
</checkout> | |
<cart> | |
<inline> | |
<!-- Elements removed for the sake of readability --> | |
</labels> | |
</inline> | |
<dedicated> | |
<!-- Elements removed for the sake of readability--> | |
</dedicated> | |
</cart> | |
</commerce> | |
<form> | |
<!-- Elements removed for the sake of readability--> | |
</form> | |
</language> | |
</languages> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment