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:
1
client/composables/forms/initForm.js
vendored
1
client/composables/forms/initForm.js
vendored
@@ -10,6 +10,7 @@ export const initForm = (defaultValue = {}, withDefaultProperties = false) => {
|
||||
properties: withDefaultProperties ? getDefaultProperties() : [],
|
||||
|
||||
// Customization
|
||||
language: 'en',
|
||||
font_family: null,
|
||||
theme: "default",
|
||||
width: "centered",
|
||||
|
||||
Reference in New Issue
Block a user