Skip to content

Commit

Permalink
babel-plugin-i18next-extract now supports v4 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer authored Jan 31, 2023
1 parent feeff49 commit 1d67a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overview/plugins-and-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ While the i18next format (JSON based) is the preferred solution and widely suppo
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| [i18next-scanner](http://i18next.github.io/i18next-scanner) | Scan your code, extract translation keys/values, and merge them into i18n resource files. |
| [i18next-parser](https://github.com/i18next/i18next-parser) | A simple command line and gulp plugin that lets you parse your code and extract the translations keys in it. |
| [babel-plugin-i18next-extract](https://github.com/gilbsgilbs/babel-plugin-i18next-extract) | A babel plugin that can extract keys in JSONv3 format. |
| [babel-plugin-i18next-extract](https://github.com/gilbsgilbs/babel-plugin-i18next-extract) | A babel plugin that can extract keys in JSONv4 format. |
| [translation-check](https://github.com/locize/translation-check) | Nicely shows an overview of your translations in a UI. Check which keys are not yet translated. |

## utils
Expand Down

0 comments on commit 1d67a41

Please sign in to comment.