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
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")orButton("Title")the same ways it does withNSLocalizedString("Title")Current Behavior:
Doesn't recognise that it's a localisable string.
Environment
Show environment details