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 2bca77f commit 17a59baCopy full SHA for 17a59ba
1 file changed
src/localize.ts
@@ -9,7 +9,7 @@ export class Localize {
9
10
public localize(key: string, ...args: string[]): string {
11
const message = this.bundle[key] || key;
12
- return this.format(message, args.flat());
+ return this.format(message, args);
13
}
14
15
private init() {
0 commit comments