microsoft / LocalizedStringKit

Generate .strings files directly from your code
MIT License
291 stars 13 forks source link

We should use SourceKit for parsing Swift instead of regex #29

Open dalemyers opened 2 years ago

dalemyers commented 2 years ago

We use regex for this and it's pretty buggy.

We can't use this for Objective-C, but we may be able to force Objective-C to call into Swift to get the localized strings it needs.