Skip to content

Commit

Permalink
🚀 Feat: Remove unused helpers and working trads
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGlox committed Jun 21, 2024
1 parent 302bff2 commit b770a89
Show file tree
Hide file tree
Showing 69 changed files with 96 additions and 19,761 deletions.
5 changes: 1 addition & 4 deletions config/inertia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ export default defineConfig({
sharedData: {
alert: ({ session }) => session?.flashMessages.get('alert'),
errors: ({ session }) => session?.flashMessages.get('errors'),
i18n: ({ i18n: { fallbackLocale, supportedLocales } }) => ({
fallbackLocale,
supportedLocales,
}),
i18n: ({ i18n }) => i18n,
locale: ({ session }) => session?.get('locale'),
},

Expand Down
32 changes: 0 additions & 32 deletions packages/inertia-i18n/.eslintrc

This file was deleted.

27 changes: 0 additions & 27 deletions packages/inertia-i18n/.github/workflows/test.yml

This file was deleted.

7 changes: 0 additions & 7 deletions packages/inertia-i18n/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions packages/inertia-i18n/.npmignore

This file was deleted.

5 changes: 0 additions & 5 deletions packages/inertia-i18n/.prettierrc

This file was deleted.

9 changes: 0 additions & 9 deletions packages/inertia-i18n/LICENSE.md

This file was deleted.

Loading

0 comments on commit b770a89

Please sign in to comment.