LoadedTranslation
Struct that represents loaded translation.
-
A type of translation. It is used later to convert object into translation correclty.
Declaration
Swift
let type: LoadedTranslationType
-
Key that identifies this translation.
Declaration
Swift
var key: String
-
A content of translation just loaded from a file user in future processing.
Declaration
Swift
let content: Dictionary<String, AnyObject>