Fixing the “Private” Problem: Public Localization in Swift Packages
Introduction In this post, I want to discuss the nuances and common problems of string localization within Swift Packages. And hopefully provide a practical reasonable workflow for using these strings effectively. How to Use Localized Strings in Packages Note: This…