Skip to content

Commit 423311a

Browse files
committed
Update translation.ts
1 parent e33ae6f commit 423311a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/features/translation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const paramArgIndexes = createIndexMapping([
4444
__: 1,
4545
trans: 1,
4646
"@lang": 1,
47+
trans_choice: 2,
4748
},
4849
],
4950
[
@@ -69,6 +70,7 @@ const localeArgIndexes = createIndexMapping([
6970
__: 2,
7071
trans: 2,
7172
"@lang": 2,
73+
trans_choice: 3,
7274
},
7375
],
7476
[

0 commit comments

Comments
 (0)