This is the README for the extension "localazy". This extension facilitates the localization process for your Visual Studio Code projects by integrating with Localazy.
Add a new API key of your project. You can find your access token at https://localazy.com/console/tokens.
Easily add new keys to your Localazy project directly from Visual Studio Code with the Localazy: Add Key
command. This feature streamlines the localization workflow, allowing you to manage keys seamlessly without leaving your development environment.
Before using the Localazy extension, ensure you have the following requirements in place:
- A Localazy account - Sign up for Localazy if you don't have an account yet.
- API Key - Obtain your Localazy API key from https://localazy.com/console/tokens.
This extension contributes the following settings:
localazy.languages
: The languages that you want to add translation to (default to["fr", "en", "de", "it"]
).localazy.namespace
: The namespace of in which the keys will be added (default toglobal
).localazy.skipPromptNamespace
: Skip the prompt for the namespace (default totrue
).
If you encounter any issues while using the Localazy extension, check the issue tracker for known problems. Feel free to report new issues if necessary.
See CHANGELOG.md file.