Skip to content

Commit 33dea89

Browse files
committed
Add support for trans_choice helper
Fixes N1ebieski#22
1 parent 2c7777c commit 33dea89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/translation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const toFind: FeatureTag = [
2525
argumentIndex: [0, 1],
2626
},
2727
{
28-
method: ["__", "trans", "@lang"],
28+
method: ["__", "trans", "trans_choice", "@lang"],
2929
argumentIndex: [0, 1],
3030
},
3131
];

0 commit comments

Comments
 (0)