Drops icon indicating copy to clipboard operation
Drops copied to clipboard

Suppor fo Localized String

Open Codelaby opened this issue 1 year ago • 1 comments

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")))

Codelaby avatar Feb 19 '24 13:02 Codelaby

Drops uses normal Swift String, using String(localized: "...") should work just fine, please let me know if you're still facing the issue

omaralbeik avatar May 12 '24 21:05 omaralbeik