zsperske
08/11/2022, 9:14 PMLocale make sense as a composition local? How do y’all handle things like uppercase() which accepts a locale argument?james
08/12/2022, 2:04 AMLocalConfiguration.current.locales will give you a list of Locales, and if it’s just the primary locale you’re after, then index 0 is the correct onezsperske
08/12/2022, 2:23 AM