-
Notifications
You must be signed in to change notification settings - Fork 19
Quick Translate Configuration
H. Ibrahim Penekli edited this page Nov 24, 2018
·
5 revisions
[DEPRECATED] Please refer to new documentation
Google Cloud Translation API provides a simple programmatic interface for translating an arbitrary string into any supported language. Quick translate uses the API for translating missing locales. Google Translate API requires an authentication for pricing. More detailed information here.
- First obtain your API key from Google Cloud Console. See how-to guide.
- Create a text file in project assets and paste your API key into here. (Make sure that the copied key is correct one)
- Open
LocalizationSettings
from yourResources
folder. - Attach the created key file to
Google Authentication File
field.
Finally, you can translate missing locales automatically. See here.
P.S. If you want to use quick translate only in the Editor, exclude the auth file when deploying your game for production. For more information how to exclude an asset see here.