Add locale-specific internationalization features#496
Merged
Nanle-code merged 2 commits intoJun 26, 2026
Conversation
|
@newmattock is attempting to deploy a commit to the nanle-code's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@newmattock Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #445.
Summary
Verification
git diff --checknpx --yes -p vitest@3.2.4 vitest run src/lib/__tests__/localeFeatures.test.ts --config /tmp/vitest.locale.config.mjsnpx --yes -p typescript@6.0.3 tsc --ignoreConfig --noEmit --skipLibCheck --target ES2020 --lib ES2020,DOM --module ESNext --moduleResolution bundler src/lib/localeFeatures.tsnpx --yes -p esbuild@0.24.2 esbuild src/components/I18nProvider.jsx --bundle --platform=browser --format=esm --loader:.json=json --external:react --external:react/jsx-runtime --external:react-i18next --external:i18next --external:i18next-browser-languagedetector --outfile=/tmp/i18nProvider.bundle.jsnpx --yes -p esbuild@0.24.2 esbuild src/components/preferences/UserPreferences.jsx --bundle --platform=browser --format=esm --external:react --external:react/jsx-runtime --external:lucide-react --external:../I18nProvider.jsx --external:../../hooks/usePreferences --external:./AddressBook --external:./ThemeSettings --external:./AccessibilitySettings --external:../notifications/NotificationPreferences --external:../../utils/offline --outfile=/tmp/userPreferences.bundle.jsNote: full
npm ci/repo test execution remains blocked by existing package metadata: TypeScript 6 conflicts with react-i18next optional peer requirements, and@tensorflow/tfjs-node@^5.0.0has no matching published version. The provider bundle also reports pre-existing duplicatecomparekeys in several translation JSON files.