Open Issues Need Help
View All on GitHubAI Summary: The issue requests adding support for `.yaml` translation files to the `vite-plugin`. This feature would align the plugin with other `i18next` infrastructure components, such as `vite-plugin-i18next-loader`, which already support `.yaml` translations. Implementing this would enhance the plugin's flexibility for users.
A codemod to support the i18next "selector API" proposal
AI Summary: A `jscodeshift` codemod is introducing unexpected newlines within the options object of generated code, specifically when transforming an array of keys into nested `defaultValue` calls. This formatting issue is attributed to `recast`, the underlying AST printer, which reportedly adds newlines to multi-line properties by design, resulting in less compact output than desired.
A codemod to support the i18next "selector API" proposal
A codemod to support the i18next "selector API" proposal
A codemod to support the i18next "selector API" proposal