Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use String Catalogues #19

Closed
10 tasks done
PSchmiedmayer opened this issue Jul 20, 2023 · 1 comment
Closed
10 tasks done

Use String Catalogues #19

PSchmiedmayer opened this issue Jul 20, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@PSchmiedmayer
Copy link
Member

PSchmiedmayer commented Jul 20, 2023

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

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@philippzagar
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Archived in project
Development

No branches or pull requests

2 participants