ESLint
For large Vue projects migrating their internationalization solution to VoerkaI18n, it's necessary to scan the project code for content that needs translation and wrap it with the t function. Doing this manually would be extremely time-consuming, so some tools are needed to complete this work more efficiently.
We provide the following solutions:
- The
voerkai18n wrapcommand-line tool, which uses AI to scan project code and automatically wrap content with thetfunction. See voerkai18n wrap for details. - An
eslintplugin that helps us wrap content with thetfunction during code development - simply saving the code will complete the wrapping process.