IgnorePlurals
public enum IgnorePlurals : Equatable
Applicable values for the ignorePlurals
parameter.
-
Enable/disable plurals on all supported languages.
Declaration
Swift
case all(Bool)
-
Enable plurals on a specific set of languages, identified by their ISO code.
Declaration
Swift
case selected([String])
-
Declaration
Swift
public static func == (lhs: IgnorePlurals, rhs: IgnorePlurals) -> Bool