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

Migrate localization to String Catalogs (.xcstrings) #4062

Open
lwouis opened this issue Jan 4, 2025 · 0 comments
Open

Migrate localization to String Catalogs (.xcstrings) #4062

lwouis opened this issue Jan 4, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@lwouis
Copy link
Owner

lwouis commented Jan 4, 2025

I would like to simplify handling the many localization for this project by moving from .strings files and .lproj folders, to a single .xcstrings catalog.

I've managed to make it work on XCode 16.2. However, AppCore which only works with XCode 14.2, doesn't recognize it. When I build and run the app, the catalog is not working. When I build the same project in XCode 16.2, the catalog is recognized.

I'm stuck because of tooling, once again (see Swift 6). I hope I can leave this limbo, but currently I see no way out.

Here's the working patch if anyone is interested: xcstrings.patch

@lwouis lwouis added the enhancement New feature or request label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant