I am facing an issue while doing internationalization in Xcode 12.4 with multiple storyboards.
Example: I have 2 storyboards 1. Main.storyboard, 2. Settings.storyboard as shown below -

Now when I am doing localization, I only get options for Main.storyboard and LaunchScreen.storyboard as below -
And after adding language, shows for localization file for Main.storyboard and LaunchScreen.storyboard, not for Settings.storyboard
Please help with how to add Settings.storyboard file for localization while adding language.

