Expo.Translation.Plural (expo v0.1.0-beta.1)
Struct for plural translations
Link to this section Summary
Link to this section Types
@type t() :: %Expo.Translation.Plural{ comments: [String.t()], extracted_comments: [String.t()], flags: [[String.t()]], msgctxt: Expo.Translation.msgctxt() | nil, msgid: Expo.Translation.msgid(), msgid_plural: [Expo.Translation.msgid()], msgstr: %{required(non_neg_integer()) => Expo.Translation.msgstr()}, obsolete: boolean(), previous_msgids: [[String.t()]], references: [ [file :: String.t() | {file :: String.t(), line :: pos_integer()}] ] }
Link to this section Functions
Link to this function