-
Notifications
You must be signed in to change notification settings - Fork 335
Machine Translation
We are currently offering the following translating API services to those.
Name | Website | Quote | Note |
---|---|---|---|
google |
https://translate.google.com/ | Unlimited* | |
google-cn |
https://translate.google.cn/ | Unlimited* | Same as google for users from China |
* Using the same API as the web version of translate.google.com, it seems like no quote limitations. If you are working on a huge amount of messages, please consider using an external translating tool in case of abusing.
You can specify the services you want to use by (default to ["google"]
)
"i18n-ally.translate.engines": ["google-cn", "google"]
When multiple engines are provided, it will try to use from left to right until one gets success.
𧱠We are planning to add more services in the future, feel free to open PRs if you are interested in. Entry
# Default values are listed with the config options
# Amount of translation jobs run at the same time
"i18n-ally.translate.parallels": 5,
# Prompt to select source locale on translating every time.
# If set false, the source language in the config will be used.
"i18n-ally.translate.promptSource": false,
# Override existing messages on translating.
# If set false, no-empty keys will be ignored on batch translating.
"i18n-ally.translate.overrideExisting": false,
Lokalise is the fastest growing language cloud technology made by developers, for developers.
As a collaborative productivity platform, it helps structure and automate the translation and localization process for any company in the world.
Learn more
πβπ¨ Review & Collaborate
πͺ¨ Hard-coded Strings Extraction
βοΈ Configurations
π Migration