How to use String Catalogs for pluralization in Swift
How to pluralize with Xcode String Catalogs: create a key, choose “Vary by Plural,” and provide localized forms using a numeric placeholder (%lld). Xcode generates typed accessors usable in SwiftUI Text(...) or String(localized: ...). Locale rules pick the right form—no interpolation or conditionals.