luxe: string/po
import "luxe: string/po" for POno docs found
PO.parse_header(.)
Section titled “PO.parse_header(.)”PO.parse_header(lines : List) : Resultno docs found
PO.parse_elements(.)
Section titled “PO.parse_elements(.)”PO.parse_elements(lines : List) : Listconverts the lines into chunks separated by lines
PO.parse(..)
Section titled “PO.parse(..)”PO.parse(asset_id : String, bytes : String) : Resultno docs found
POData
Section titled “POData”import "luxe: string/po" for PODatano docs found
POData.language
Section titled “POData.language”POData.language : Stringno docs found
POData.headers
Section titled “POData.headers”POData.headers : Mapno docs found
POData.elements
Section titled “POData.elements”POData.elements : Mapno docs found
POData.new(…)
Section titled “POData.new(…)”POData.new(asset_id : String, language : String, headers : Map) : PODatano docs found
POData.to_string(.)
Section titled “POData.to_string(.)”POData.to_string() : unknownno docs found
POElement
Section titled “POElement”import "luxe: string/po" for POElementAn element inside the PO file
POElement.id
Section titled “POElement.id”POElement.id : Stringno docs found
POElement.key
Section titled “POElement.key”POElement.key : Stringno docs found
POElement.file_index
Section titled “POElement.file_index”POElement.file_index : Numno docs found
POElement.plural_id
Section titled “POElement.plural_id”POElement.plural_id : Stringno docs found
POElement.comments
Section titled “POElement.comments”POElement.comments : Stringno docs found
POElement.is_plural
Section titled “POElement.is_plural”POElement.is_plural : Boolno docs found
POElement.strings
Section titled “POElement.strings”POElement.strings : Listno docs found
POElement.new(…)
Section titled “POElement.new(…)”POElement.new(file_index : Num, key : String, plural_id : String, id : String, strings : List, comments : List) : POElementno docs found
POElement.update_id(.)
Section titled “POElement.update_id(.)”POElement.update_id(id : String) : unknownno docs found
POElement.update_comments(.)
Section titled “POElement.update_comments(.)”POElement.update_comments(comments : List) : unknownno docs found
POHeader
Section titled “POHeader”import "luxe: string/po" for POHeadera single header line
POHeader.key
Section titled “POHeader.key”POHeader.key : Stringno docs found
POHeader.value
Section titled “POHeader.value”POHeader.value : Stringno docs found
POHeader.file_index
Section titled “POHeader.file_index”POHeader.file_index : Numno docs found
POHeader.new(…)
Section titled “POHeader.new(…)”POHeader.new(file_index : Num, key : String, value : String) : POHeaderno docs found
POHeader.update_value(.)
Section titled “POHeader.update_value(.)”POHeader.update_value(value : String) : unknownno docs found
POString
Section titled “POString”import "luxe: string/po" for POStringa single msgstr, with an optional [index]
POString.value
Section titled “POString.value”POString.value : Stringno docs found
POString.index
Section titled “POString.index”POString.index : Numno docs found
POString.new(..)
Section titled “POString.new(..)”POString.new(value : String, index : Num) : POStringno docs found