Skip to content

Commit 2a427e7

Browse files
Merge pull request #331 from N1ebieski/Add-support-for-trans_choice-helper-#22
Add trans_choice helper
2 parents 5c4bcda + 33dea89 commit 2a427e7

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)