fix: test ninjia (#2)
This commit is contained in:
parent
2996ace23c
commit
67f5f7f419
|
|
@ -22,6 +22,7 @@ dist-ssr
|
|||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
!project.inlang
|
||||
|
||||
|
||||
.env
|
||||
|
|
|
|||
|
|
@ -3035,5 +3035,9 @@
|
|||
"answerFive": "Unsatisfied"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"memberCount_zero": "{{count}} members",
|
||||
"memberCount_one": "{{count}} member",
|
||||
"memberCount_many": "{{count}} members",
|
||||
"memberCount_other": "{{count}} members"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue