Skip to content

Commit eff9fd9

Browse files
committed
feat: add Spanish language option to the language selection
1 parent 4b75c71 commit eff9fd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/features/admin/general/GeneralSettingForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<SelectItem value="fr">French</SelectItem>
3131
<SelectItem value="it">Italian</SelectItem>
3232
<SelectItem value="ja">Japanese</SelectItem>
33+
<SelectItem value="es">Spanish</SelectItem>
3334
<SelectItem value="mr">Marathi</SelectItem>
3435
</SelectGroup>
3536
</SelectContent>

0 commit comments

Comments
 (0)