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

Support new xcstrings format #1986

Open
keith opened this issue Jun 8, 2023 · 0 comments · May be fixed by #2645
Open

Support new xcstrings format #1986

keith opened this issue Jun 8, 2023 · 0 comments · May be fixed by #2645

Comments

@keith
Copy link
Member

keith commented Jun 8, 2023

New with Xcode 15 there is a new way to create strings files with a visual editor in Xcode. They are stored with all translations in a single json file with the .xcstrings extension. The result of processing them is that it outputs .strings files so the final app files looks just like they do today (they're always dumped in the xml format though). Strings files and stringsdict files now say "legacy" in the Xcode UI.

This issue is just for tracking support of processing this new file type

@aaronsky aaronsky linked a pull request Feb 9, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant