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.
2 parents f17c6fc + 8e0bda8 commit a8aca40Copy full SHA for a8aca40
src/index.ts
@@ -121,7 +121,7 @@ const extractMessage = async (
121
122
const fomattedLocaleMap: object = flat
123
? sortKeys(localeMap, { deep: true })
124
- : unflatten(sortKeys(localeMap), { object: true })
+ : sortKeys(unflatten(localeMap, { object: true }), { deep: true })
125
126
const fn = isJson(format) ? writeJson : writeYaml
127
0 commit comments