Better about page logic

This commit is contained in:
2014-10-06 10:37:35 +02:00
parent ca0bf64568
commit 9afc57cfba
5 changed files with 7 additions and 1 deletions
@@ -13,6 +13,7 @@
@Qstorage = localStorage
$.extend($translations.en, <%= I18n.t('user', locale: :en).to_json %>);
$.extend($translations.nl, <%= I18n.t('user', locale: :nl).to_json %>);