Multi-platform localization¶
When translating apps for multiple platforms (e.g., Android and iOS), configure separate components for each platform. The 翻訳の反映 will help you to keep the strings in sync.
ベストプラクティス:
Create one component per platform (e.g., MyApp Android, MyApp iOS).
Ensure identical source strings and keys are used across platforms where possible.
一致する文字列の翻訳を自動的に再利用するには、翻訳の自動反映の有効化 を有効にしてください。
This setup avoids duplicate work and keeps translations consistent across platforms.