| Class | GetText::POEntry::Formatter |
| In: |
lib/gettext/po_entry.rb
|
| Parent: | Object |
| DEFAULT_MAX_LINE_WIDTH | = | 78 |
@param [POEntry] entry The entry to be formatted. @param [Hash] options @option options [Bool] :include_reference_comment (true)
Includes reference comments in formatted string if true.
@option options [Integer] :max_line_width (78)
Wraps long lines that is longer than the `:max_line_width`. Don't break long lines if `:max_line_width` is less than 0 such as `-1`.
@option options [Encoding] :encoding (nil)
Encodes to the specific encoding.