crowdin/mobile-sdk-ios

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

andrii-bodnar opened this issue · 0 comments

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.