You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Parse a PO file with
20
20
Where
21
21
22
22
***input** is a *po* file as a Buffer or an unicode string. Charset is converted to unicode from other encodings only if the input is a Buffer, otherwise the charset information is discarded
23
-
***options** is an optional objects with the following optinal properties:
23
+
***options** is an optional object with the following optinal properties:
24
24
***defaultCharset** is the charset to use if charset is not defined or is the default `"CHARSET"` (applies only if *input* is a Buffer)
25
25
***validation** is a flag to turn on PO source file validation. The validation makes sure that:
26
26
@@ -47,7 +47,7 @@ PO files can also be parsed from a stream source. After all input is processed t
47
47
48
48
Where
49
49
50
-
***options** is an optional objects, same as in `parse`. See [Parse PO files](#parse-po-files) section for details.
50
+
***options** is an optional object, same as in `parse`. See [Parse PO files](#parse-po-files) section for details.
51
51
***transformOptions** are the standard stream options.
0 commit comments