Add user settings with locale switcher

This commit is contained in:
2014-08-27 18:20:59 +02:00
parent 4a633dc742
commit e5429ee102
15 changed files with 45 additions and 5 deletions
@@ -18,7 +18,6 @@
# )(jQuery)
@Qstorage = localStorage
$.extend($translations.en, <%= I18n.t('user', locale: :en).to_json %>);
$.extend($translations.nl, <%= I18n.t('user', locale: :nl).to_json %>);
setLocale()