fix: test ninjia (#2)

This commit is contained in:
Kilu.He 2025-01-02 18:50:11 +08:00 committed by GitHub
parent 2996ace23c
commit 67f5f7f419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ dist-ssr
*.njsproj
*.sln
*.sw?
!project.inlang
.env

View File

@ -3035,5 +3035,9 @@
"answerFive": "Unsatisfied"
}
}
}
},
"memberCount_zero": "{{count}} members",
"memberCount_one": "{{count}} member",
"memberCount_many": "{{count}} members",
"memberCount_other": "{{count}} members"
}