Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #48

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ In i18nifty, everything is TypeScript and type-safe. You can define your transla
- [x] I want to be able to [use React components](https://github.com/garronej/i18nifty/blob/216d90bfa80741c2dc39b79ff7965d18af0bc258/src/test/apps/spa/src/i18n.tsx#L35-L40) and [involve JS logic](https://github.com/garronej/i18nifty/blob/216d90bfa80741c2dc39b79ff7965d18af0bc258/src/test/apps/spa/src/i18n.tsx#L45-L53) in my translations (even if it means giving up support for third part translations services like https://locize.com/).
- [x] I want the language to **default to the browser preference**.
- [x] I want the language preferences to be **persistent across reloads**.
- [x] I want asynchronous loading of locales (disclaimer: not yet available with SSR)
- [x] I want asynchronous loading of locales
- [x] **SEO**: I want to let Google know that my website is available in multiple languages.
- [x] I want to be able to change the language of my app by adding `?lang=xx` to the URL without involving my routing library.
- [x] I want to be able to **explicitly fallback to English** when I can't translate myself.
Expand Down
Loading