integration of russian translation

This commit is contained in:
Manuel Raynaud
2014-05-06 11:01:32 +02:00
parent 4cd2ea6316
commit fa71c8c4d5
6 changed files with 307 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
<?php
return array(
);

View File

@@ -101,9 +101,6 @@ class LangCreateForm extends BaseForm
)
))
->add('thousands_separator', 'text', array(
'constraints' => array(
new NotBlank()
),
'label' => Translator::getInstance()->trans('thousands separator'),
'label_attr' => array(
'for' => 'thousands_separator'