Skip to content

Commit

Permalink
Install: Add support for Spanish and German in the installation wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Jul 20, 2024
1 parent dce1956 commit 769cacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vue/components/installer/Step1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ import Button from "primevue/button"
import languages from "../../utils/languages"
const availableLanguages = languages.filter((language) => ["en_US", "fr_FR"].includes(language.isocode))
const availableLanguages = languages.filter((language) => ["en_US", "fr_FR", "es", "de"].includes(language.isocode))
const { t } = useI18n()
Expand Down

0 comments on commit 769cacc

Please sign in to comment.