Creating a project is as easy as putting in your project name, a description, and which locales you want to translate your project to.
The next step is to install our npm package. This package scans your project for strings and submits new strings for translation at build time.
Now that you’ve installed the npm package, you can use our VSCode extension to scan your codebase for strings to translate. We’ll show you ones we think you should translate and help you automatically wrap them in translation functions to serve your users the appropriate translations.
Now when you run builds, we will pick up any changes you’ve made and translate your strings accordingly!