Locale is a wrapper for gettext‘s PO parsing feature. It hides gettext API difference from YARD.
@since 0.8.8
@return [Boolean] true if gettext is available, false otherwise.
Parses PO file.
@param [String] file path of PO file to be parsed. @return [Hash<String, String>] parsed messages.
[Validate]