Skip to content

Disable i18next support notice across all environments#132

Merged
janhesters merged 1 commit intomainfrom
claude/disable-i18next-notice-bzjZ4
Feb 26, 2026
Merged

Disable i18next support notice across all environments#132
janhesters merged 1 commit intomainfrom
claude/disable-i18next-notice-bzjZ4

Conversation

@janhesters
Copy link
Owner

Summary

Disables the i18next support notice by setting showSupportNotice: false in all i18next configuration instances throughout the application.

Key Changes

  • Added showSupportNotice: false to the client-side i18next initialization in app/entry.client.tsx
  • Added showSupportNotice: false to the server-side i18next middleware configuration in app/features/localization/i18next-middleware.server.ts
  • Added showSupportNotice: false to the test environment i18next setup in app/test/react-test-utils.tsx

Implementation Details

This change ensures consistent behavior across all environments (client, server, and test) by suppressing the i18next library's support notice that would otherwise appear in the console. The configuration is applied uniformly to maintain a clean development and production experience.

https://claude.ai/code/session_01WnpSAhL47U5M5Vxx9yHFLm

@janhesters janhesters force-pushed the claude/disable-i18next-notice-bzjZ4 branch from b93c857 to 3e12a62 Compare February 26, 2026 20:39
@janhesters janhesters merged commit b147aa0 into main Feb 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant