-
-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
Steps to Reproduce:
In SwiftUI Text() and Button() are automatically localisable.
For instance using
Text("Title"), automatically looks for localisations with the key "Title"
Unfortunately when running bartycrouch, if there's a "Title" entry in the localizable.strings it gets deleted.
Expected Behavior:
Bartycrouch should treat Text("Title") or Button("Title") the same ways it does with NSLocalizedString("Title")
Current Behavior:
Doesn't recognise that it's a localisable string.
Environment
Show environment details
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels