I am developing a native iOS app using SwiftUI. I am working on localization to make the app multilingual and following the Apple Documentation
I understand the recommended way to translate the strings it to submit them to a localization team for translation into app’s supported languages who possibly manually translate it. I feel since its fairly standard feature across multiple apps, is there a framework which auto translate during build process? I want to avoid manually translating all strings and also want to ensure as soon as a new string is added, build process can automatically generate translated text in all supported languages.