SharedExpressionProtocol

Protocol that is implemented by classes/structs that contains shared expressions. Shared expressions are built-in expressions that user can easily use when localizing app.

Rules: http://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html

  • Method returns all expressions for class that conform this protocol

    Declaration

    Swift

    static func allExpressions() -> [SharedExpression]