Multi-platform localization¶
When translating apps for multiple platforms (e.g., Android and iOS), configure separate components for each platform. The Propagação de tradução will help you to keep the strings in sync.
Práticas recomendadas:
Create one component per platform (e.g., MyApp Android, MyApp iOS).
Ensure identical source strings and keys are used across platforms where possible.
Ativar Permitir propagação da tradução para reusar automaticamente traduções para cadeias correspondentes.
This setup avoids duplicate work and keeps translations consistent across platforms.
Veja também