StanfordSpezi / SpeziMockWebService

A Spezi-based Swift Package to mock the interaction with a web service in a Spezi-based app.
https://swiftpackageindex.com/StanfordSpezi/SpeziMockWebService/documentation
MIT License
3 stars 2 forks source link

Use String Catalogues #12

Closed PSchmiedmayer closed 11 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

Additional context

This issue is part of the Use String Catalogues focus area.

Code of Conduct

vishnuravi commented 11 months ago

Addressed by @Supereg in #14.