-
Notifications
You must be signed in to change notification settings - Fork 105
Translation: improved formatting #407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
3682fd6
improved formatting
mrdavidorok e647259
updated
mrdavidorok eca99ae
updated
mrdavidorok b24ba5f
updated
mrdavidorok 9a9f367
updated
mrdavidorok 9f18394
update
mrdavidorok 06a5d1f
Update docs/troubleshooting/translations/fix_google_translate_errors.md
mrdavidorok da49f52
Update docs/troubleshooting/translations/fix_google_translate_errors.md
mrdavidorok 2257dc8
Merge branch 'main' into david/translations
PoojaB26 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"label": "Translations" | ||
} |
39 changes: 39 additions & 0 deletions
39
docs/troubleshooting/translations/fix_google_translate_errors.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
keywords: ['translation', 'localization', 'google'] | ||
slug: /fix-google-translate-errors | ||
title: Fix Google Translate Errors | ||
--- | ||
|
||
# Fix Google Translate Errors | ||
|
||
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. | ||
|
||
:::info[Prerequisites] | ||
- Google Translate integration has been added to the project. | ||
- At least one supported language has been configured under **App Settings > Localization**. | ||
- Refer to the **[Google Translate Integration](/concepts/localization/#add-multi-language-support)** guide. | ||
::: | ||
|
||
## Common Translation Issues: | ||
|
||
- **Long Text Blocks:** Exceeding limits or timeouts — translate externally if needed. | ||
- **Unsupported Characters:** Emojis or symbols may cause errors. Remove or replace. | ||
- **Language Limits:** Max 10 languages supported. Reduce if necessary. | ||
|
||
## Steps to Troubleshoot Translation Failures: | ||
|
||
1. **Locate the Problem Area** | ||
Identify whether the error occurs on a specific widget, page, or text field to narrow down the source of the issue. | ||
|
||
2. **Check the Browser Console** | ||
Use Chrome DevTools to inspect the console for errors related to failed translation requests. | ||
|
||
3. **Use the Translate All Button** | ||
Clicking **Translate All** will begin the process and stop at the first problematic field, helping you identify where the issue occurs. | ||
|
||
4. **Temporarily Remove Problem Text** | ||
If a specific field is causing an issue, delete the content, run the translation process, and then re-add the translated content manually. | ||
|
||
:::tip | ||
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. | ||
mrdavidorok marked this conversation as resolved.
Show resolved
Hide resolved
|
||
::: |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.