This release adds helpers for using remote content for localization.
- Create a remote content bundle using
Bundle.makeRemoteContentBundle(at:localizedStrings:) - Set the default remote content bundle using
Bundle.defaultRemoteContentBundle - Access your remote localized strings (with a local fallback) using
#remoteLocalizedString(_:bundle:)and#remoteLocalizedString(format:bundle:_:)