feat(i18n): add notices

This commit is contained in:
Matteo Pagliazzi 2014-07-13 18:00:35 +02:00
parent bc8aed5897
commit f2a10f8fc1

View file

@ -31,7 +31,11 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
.form-horizontal
h5=env.t('language')
select.form-control(ng-model='language.code', ng-options='lang.code as lang.name for lang in avalaibleLanguages', ng-change='changeLanguage()')
small
!=env.t('americanEnglishGovern')
br
strong
!=env.t('helpWithTranslation')
.checkbox
label
input(type='checkbox', ng-click='set({"preferences.hideHeader":user.preferences.hideHeader?false:true})', ng-checked='user.preferences.hideHeader!==true')