Skip to content

Commit e647259

Browse files
committed
updated
1 parent 3682fd6 commit e647259

File tree

2 files changed

+41
-60
lines changed

2 files changed

+41
-60
lines changed

docs/troubleshooting/translations/google_translate_integration_errors.md

Lines changed: 0 additions & 60 deletions
This file was deleted.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
keywords: ['translation', 'localization', 'google']
3+
slug: /resolve-google-translate-errors
4+
title: Resolve Google Translate Errors
5+
---
6+
7+
# Resolve Google Translate Errors
8+
9+
FlutterFlow integrates with Google Translate to help localize your app automatically. This guide outlines how to identify and resolve common issues with the translation integration.
10+
11+
:::info[Prerequisites]
12+
- Google Translate integration has been added to the project.
13+
- At least one supported language has been configured under **App Settings > Localization**.
14+
- Refer to the **[Google Translate Integration](/concepts/localization/#add-multi-language-support)** guide.
15+
:::
16+
17+
## Common Translation Issues:
18+
19+
- Long text blocks can exceed Google Translate limits or cause timeouts. When translating such content, consider translating the text externally and pasting it manually into FlutterFlow after clearing the original input.
20+
21+
- Text that contains unsupported characters such as emojis or non-standard symbols may cause translation errors. These characters should be removed or replaced before attempting translation again.
22+
23+
- The integration supports a maximum of 10 languages. If more than 10 languages are configured in your project, reduce the number to resolve translation failures.
24+
25+
## Steps to Troubleshoot Translation Failures
26+
27+
1. **Locate the Problem Area**
28+
Identify whether the error occurs on a specific widget, page, or text field to narrow down the source of the issue.
29+
30+
2. **Check the Browser Console**
31+
Use Chrome DevTools to inspect the console for errors related to failed translation requests.
32+
33+
3. **Use the Translate All Button**
34+
Clicking **Translate All** will begin the process and stop at the first problematic field, helping you identify where the issue occurs.
35+
36+
4. **Temporarily Remove Problem Text**
37+
If a specific field is causing an issue, delete the content, run the translation process, and then re-add the translated content manually.
38+
39+
:::tip
40+
If translation issues persist, check the **[FlutterFlow support article](https://intercom.help/flutterflow/en/articles/7850610-troubleshooting-flutterflow-google-translation-issues)** or contact support for further help.
41+
:::

0 commit comments

Comments
 (0)