integration of russian translation
This commit is contained in:
4
core/lib/Thelia/Config/I18n/ru_RU.php
Normal file
4
core/lib/Thelia/Config/I18n/ru_RU.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return array(
|
||||
|
||||
);
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user