You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: