Drops
Drops copied to clipboard
Suppor fo Localized String
Now works fine, problems with cache simulator
I have Localized catalog string
fields_need_completed = se requiere rellenar todos los campos
I Try with (not work)
Drops.show(Drop(title: String(localized: "fields_need_completed"), icon: UIImage(systemName: "exclamationmark.triangle.fill")))
Drops uses normal Swift String, using String(localized: "...") should work just fine, please let me know if you're still facing the issue