StanfordSpezi / .github

Stanford Spezi
1 stars 2 forks source link

Use String Catalogues #19

Closed PSchmiedmayer closed 6 months ago

PSchmiedmayer commented 1 year ago

Problem

The current String.localized files are challenging to keep up to date and do not scale well if we add support for multiple languages.

Solution

Apple introduced and embedded String Catalogs in Xcode 15 and with Swift 5.9. The following WWDC session and documentation provides a good overview:

The seem to be supported for Swift Packages: https://developer.apple.com/forums/thread/731941

Related Issues

Code of Conduct

philippzagar commented 6 months ago

All packages referenced above now use String Catalogs from iOS 17 🚀