Skip to content

Commit

Permalink
Merge pull request #1304 from piszczek/patch-1
Browse files Browse the repository at this point in the history
Prevent to translate integer values
  • Loading branch information
Kristof Jochmans authored Sep 22, 2016
2 parents bc964eb + a699f36 commit 277cd24
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'placeholder' => false,
'required' => false,
'attr' => array('title' => 'kuma_node.form.menu_tab_translation.weight.title'),
'choices_as_values' => true
'choices_as_values' => true,
'choice_translation_domain' => false
));
}

Expand Down

0 comments on commit 277cd24

Please sign in to comment.