Skip to content

Instantly share code, notes, and snippets.

@raugustinus
Created August 25, 2017 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raugustinus/f20659db9351a76dfaaa0275bedec857 to your computer and use it in GitHub Desktop.
Save raugustinus/f20659db9351a76dfaaa0275bedec857 to your computer and use it in GitHub Desktop.
Aurelia i18n coolness
<li repeat.for="product of products" class="list-group-item">
<span i18n="products.${product.code}">[product description by code from translation.json]</span>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment