PTranslation

public class PTranslation : Mappable

Translation model, using for localization in the app

  • id

    Translation ID

    Declaration

    Swift

    public var id: Int
  • Language code

    Declaration

    Swift

    public var language_code: String?
  • Display label

    Declaration

    Swift

    public var display_label: String?
  • Short label

    Declaration

    Swift

    public var short_label: String?
  • Conditions label

    Declaration

    Swift

    public var conditions_label: String?
  • JSON Mapper

    Declaration

    Swift

    required public init(map: Mapper) throws