Form Translation (#616)
* Form Translation * Support for other languages * Support locale for datepicker * Apply translation on select input * Apply translation on select input * Improve translation --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -50,6 +50,7 @@ class FormFactory extends Factory
|
||||
'title' => $this->faker->text(30),
|
||||
'description' => $this->faker->randomHtml(1),
|
||||
'visibility' => 'public',
|
||||
'language' => 'en',
|
||||
'theme' => $this->faker->randomElement(Form::THEMES),
|
||||
'size' => $this->faker->randomElement(Form::SIZES),
|
||||
'border_radius' => $this->faker->randomElement(Form::BORDER_RADIUS),
|
||||
|
||||
Reference in New Issue
Block a user