Skip to content

Commit

Permalink
fix: l10n tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Sep 10, 2023
1 parent 7a62e68 commit 79e2e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/get-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default class GetText {
if ( options.isTemplate ) message.flags = ["javascript-format"];
}

message.domains = options.domain;
message.domains = options.domains;

message.tags = options.tags;
}
Expand Down Expand Up @@ -235,7 +235,7 @@ export default class GetText {
const res = {
"plural": null,
"isTemplate": null,
"domain": null,
"domains": null,
"tags": null,
};

Expand Down

0 comments on commit 79e2e01

Please sign in to comment.