- 23 Aug 2023
- 2 Minutos para leer
- Impresión
- OscuroLigero
- PDF
Translate extension
- Actualizado en 23 Aug 2023
- 2 Minutos para leer
- Impresión
- OscuroLigero
- PDF
The translate extension uses a Google Cloud Translate API key to translate the contents of any text-based field from one language to another. You can choose from over a hundred different languages. Please note that you need a Google Cloud Translate API key in order to use this extension.
Introduction
Plan availability | All paid plans |
Permissions |
|
Platform(s) | Web/Browser, Mac app, and Windows app |
Related reading | |
Airtable terminology | Extension - Extensions are modular components that add visuals or functionality to a base, and were shown in the base's dashboard. Users can create custom extensions, or they can use extensions created by Airtable or other open-source extensions. |
Enter your Google Cloud API key
After adding the translate extension to your base, you'll be prompted to enter your Google Cloud API key.
Configure the extension settings
Next, you need to specify the table and view containing the records you want to translate.
Then, specify the source field and source language (the field with the values you want to translate into another language, and what language you want to translate from). The translate extension will automatically try to detect the language in which your records are written, but you can also choose the source language manually using the dropdown menu.
You also need to pick a destination field into which your translations can go, and the language into which you'd like your records to be translated.
Preview and translate text
When you're ready, click the Translate with Google button. This will bring up a confirmation screen where you can confirm the amount that you'll be charged for the use of the API.
After confirming the charge, the extension will generate previews of the translations. You can choose to uncheck the Update this record toggle on any of the previews if you don't want that particular translation to get added to the destination field. Once you're ready, click the Save button. The translations will then get added to the destination field.
Alerts for text that needs to be re-translated
Because translations do not automatically update, you may want to setup an alert to know when the source text has changed so that you can updated the translated text.
To create this, start by adding a formula field to your table. Then, paste in the following formula, ensuring to replace any field names (which are shown below wrapped in {Curly Brackets}) with the field names that are in your own base.
IF(LAST_MODIFIED_TIME({Notes})>LAST_MODIFIED_TIME({Translated notes}),"Translation may be out of date")
This formula compares the time that the {Notes} field was last modified with the time that the {Translated notes} field was last modified. If {Notes} was modified after you ran a translation, you'll receive the error message, "Translation may be out of date".
You can take this alert a step further by automating email notifications to yourself (or others) using Airtable Automations. Learn more about creating an automation in this article.
FAQs
The Airtable interface is currently only available in English. The ability to set a preferred language other than English is something our team is considering for future development.