Skip to content

Commit

Permalink
chore: refactor locales and props alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
KabinKhandThakuri committed Jan 17, 2025
1 parent 4caddc0 commit c38b19d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/demo/src/locales/en/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"disabledMultiSelect": "Disabled multiselect",
"disableSort": "Disable alphabetical sorting",
"dropzone": "Dropzone",
"dropzoneOptions": "Dropzone Options",
"dropzoneOptions": "Dropzone options",
"editableContent": "Editable content",
"email": "Email",
"expiresAfter": "Expires after",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/src/locales/fr/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"disableWeekDays": "Disable week days[fr]",
"disableSort": "Disable alphabetical sorting",
"dropzone": "Dropzone",
"dropzoneOptions": "Dropzone Options",
"dropzoneOptions": "Dropzone options",
"editableContent": "Editable content",
"email": "Email[fr]",
"expiresAfter": "Expires after",
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/src/views/Form/fileInput/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
<FileInput
:dropzone-options="{
accept: ['image/jpeg', 'image/png'],
minSize: 1000,
maxSize: 1000000,
minSize: 1000,
}"
enable-description
input-method="dropzone"
Expand All @@ -106,8 +106,8 @@
&lt;FileInput
:dropzone-options="{
accept: ['image/jpeg', 'image/png'],
minSize: 1000,
maxSize: 1000000,
minSize: 1000,
}"
enable-description
input-method="dropzone"
Expand Down

0 comments on commit c38b19d

Please sign in to comment.