You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
10
@@ -16,13 +16,13 @@ FlutterFlow integrates with Google Translate to help localize your app automatic
16
16
17
17
## Common Translation Issues:
18
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.
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
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.
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
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.
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
24
25
-
## Steps to Troubleshoot Translation Failures
25
+
## Steps to Troubleshoot Translation Failures:
26
26
27
27
1.**Locate the Problem Area**
28
28
Identify whether the error occurs on a specific widget, page, or text field to narrow down the source of the issue.
0 commit comments