Added translations.

This commit is contained in:
Jan Böhmer 2020-05-09 22:33:19 +02:00
parent 2773d36886
commit df6546d94d
6 changed files with 1621 additions and 783 deletions

View file

@ -178,6 +178,7 @@ class UserAdminForm extends AbstractType
'attr' => [
'class' => 'selectpicker',
],
'choice_translation_domain' => false,
'placeholder' => 'user_settings.theme.placeholder',
'label' => 'user.theme.label',
'disabled' => ! $this->security->isGranted('change_user_settings', $entity),