Inquiry About Translating Dynamic API Data Using Crowdin #76
Unanswered
Vigneshkumarzx
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @Vigneshkumarzx, The Crowdin Flutter SDK is designed for static UI strings, not dynamic content. You upload ARB files and publish translations via Crowdin. The SDK fetches the pre-translated files from a CDN; the manifest lists the locales and the files to be pulled. The SDK caches distributions but only serves files that already exist in Crowdin. There isn't a real-time translation path. Translations must be uploaded to Crowdin and published to a distribution before the app can use them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently using Crowdin OTA to localize the static (hardcoded) strings in my Flutter application, and it’s working well. However, I would like to know if it's possible to translate dynamic content — specifically, JSON response data retrieved from APIs — using Crowdin.
Beta Was this translation helpful? Give feedback.
All reactions