Skip to content

Commit

Permalink
test correction
Browse files Browse the repository at this point in the history
  • Loading branch information
eddow committed Jun 23, 2024
1 parent 3c87fd7 commit cf9dea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/interpolation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export const processors: Record<string, (...args: any[]) => string> = {
)
return new Intl.ListFormat(this.client.locales[0], {
style,
type: 'conjunction'
type: style === 'narrow' ? 'unit' : 'conjunction'
}).format(translatedParts)
}
}
Expand Down

0 comments on commit cf9dea4

Please sign in to comment.