crowdin / mobile-sdk-ios

Crowdin iOS SDK delivers all new translations from Crowdin project to the application immediately
https://crowdin.github.io/mobile-sdk-ios
MIT License
117 stars 43 forks source link

Use the distribution manifest `content` to fetch localization instead of building paths on the SDK side #239

Closed andrii-bodnar closed 10 months ago

andrii-bodnar commented 1 year ago

The current approach is fragile and it doesn't handle custom languages and language mapping well.

The distribution manifest provides the content node with all the translation paths ready to use. We should switch to using this node instead of manually building translation paths.