powered by
Reads .PO and .POT translation files.
read_po(po_file)
A string giving a path to a PO file.
An object of class po. The source_type and file_type elements are automatically determined from the file name.
po
source_type
file_type
xgettext
# NOT RUN { # read_po is used for both po and pot files pot_file <- system.file("extdata/R-summerof69.pot", package = "poio") (pot <- read_po(pot_file)) # }
Run the code above in your browser using DataLab