Skip to content

Commit

Permalink
fix: make next more elegant
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Oct 14, 2024
1 parent d06ca8d commit 266bc60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testapps/next/src/tolgeeNext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export const tolgee = Tolgee()
cs: () => import('../public/i18n/cs.json'),
de: () => import('../public/i18n/de.json'),
fr: () => import('../public/i18n/fr.json'),
'en:namespaced': () => import('../public/i18n/namespaced/en.json'),
'cs:namespaced': () => import('../public/i18n/namespaced/cs.json'),
'de:namespaced': () => import('../public/i18n/namespaced/de.json'),
'fr:namespaced': () => import('../public/i18n/namespaced/fr.json'),
},
});

Expand Down

0 comments on commit 266bc60

Please sign in to comment.