Skip to content

Commit

Permalink
updated i18next.com url
Browse files Browse the repository at this point in the history
Forcing http as they do not have an SSL cert.
  • Loading branch information
mikemurray committed Oct 6, 2015
1 parent e411a0f commit f7c3356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/i18n.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Internationalization (i18n)
## i18n
We use the [http://i18next.com/](//i18next.com/) i18n library for translations.
We use the [http://i18next.com/](http://i18next.com/) i18n library for translations.
- usage - data attribute: `<td data-i18n='cartSubTotals.items'>`
- usage - template helper: `{{i18n 'cartDrawer.empty' 'Your cart is empty.'}}`
- usage - reference: `<thead data-i18n>cartSubTotals.head</thead>`
Expand Down

0 comments on commit f7c3356

Please sign in to comment.