qwik-i18n icon indicating copy to clipboard operation
qwik-i18n copied to clipboard

i18n exploration

Results 7 qwik-i18n issues
Sort by recently updated
recently updated
newest added

hi i have got this error during production build by vite (vite build -c adaptors/express/vite.config.ts). but build.client (vite build) works successfully ![image](https://user-images.githubusercontent.com/97452070/217175768-42f11a76-6323-438f-8a10-218880e8105b.png)

Hi there, I am currently in the process of building an internationalized app with a navigation menu. For the menu structure, I am following the guidelines outlined in the [documentation](https://qwik.builder.io/docs/advanced/menu/),...

# Qwik-native i18n Continuing [the Discord conversation](https://discord.com/channels/842438759945601056/1016842231472193586/1128269351674458172) here. We want to have an automated mapping from keys to strings, depending on the user locale. ## Requirements - SSR support with...

```yarn build.client``` reports: ``` error during build: Error: 'isInUseContext' is not exported by node_modules/@builder.io/qwik/core.min.mjs, imported by src/i18n.js ```

we're having an issue where using state in some way together with `$localize` doesn't do the proper translation for example ```jsx {$localize`translate {state.key}`} ``` or ```jsx {state.key ? $localize`translate one...

This will need to be updated when the next version of qwik is released

Hi @ all 👋 Just a quick headsup regrading the docs here https://github.com/mhevery/qwik-i18n#development-mode `?lang` seems to be incorrect based on the [current implementation](https://github.com/mhevery/qwik-i18n/blob/main/src/i18n.ts#L68). imo it should be `?locale` instead 🙏