We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbff803 commit 022e132Copy full SHA for 022e132
index.js
@@ -66,7 +66,7 @@ const getMessageFormat = (
66
}
67
68
const convert = (parse, input, options) => {
69
- options = Object.assign(defaultOptions, options)
+ options = Object.assign({}, defaultOptions, options)
70
const { headers, translations } = parse(input, options.defaultCharset)
71
if (!options.pluralFunction) {
72
options.pluralFunction = getPluralFunction(headers['plural-forms'])
0 commit comments