Skip to content

Commit

Permalink
Adjust for @nuxtjs/i18n update from v8 to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
tfabritius committed Nov 24, 2024
1 parent 25d3f71 commit 9f93bf8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import { useAuthStore } from '~/store/auth'
const { t, locale, setLocaleCookie } = useI18n()
const locales = [
type Locale = typeof locale.value
const locales: { code: Locale, name: string, icon: string }[] = [
{
code: 'en',
name: 'English',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9f93bf8

Please sign in to comment.