We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Users were repeatedly asking about the unsupported plurals when they follow our docs.
One was reporting this error:
I suggest
import { Tolgee, DevTools, TolgeeProvider, FormatSimple } from "@tolgee/react"; const tolgee = Tolgee() .use(DevTools()) // replace with .use(FormatIcu()) for rendering plurals, foramatted numbers, etc. .use(FormatSimple()) .init({ language: 'en', // for development apiUrl: process.env.VITE_APP_TOLGEE_API_URL, apiKey: process.env.VITE_APP_TOLGEE_API_KEY, // for production staticData: { ... } }); ... <TolgeeProvider tolgee={tolgee} fallback="Loading..." // loading fallback > <App/> </TolgeeProvider>
Forgot to use FormatIcu to render ICU message syntax?
We should add multiple examples of valid messages to this doc page https://tolgee.io/js-sdk/formatting
They should be informed that they use multiple formaters in the same time.
The text was updated successfully, but these errors were encountered:
fix: add hint to simple parser error message (#3399)
3587074
Closing #3394
feat: improve format-icu plugin docs (#742)
3310173
Closing tolgee/tolgee-js#3394
stepan662
No branches or pull requests
Users were repeatedly asking about the unsupported plurals when they follow our docs.
One was reporting this error:
I suggest
We should add multiple examples of valid messages to this doc page
https://tolgee.io/js-sdk/formatting
They should be informed that they use multiple formaters in the same time.
The text was updated successfully, but these errors were encountered: