From 67f5f7f41987cea6aa66402ef05333565b53863a Mon Sep 17 00:00:00 2001 From: "Kilu.He" <108015703+qinluhe@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:50:11 +0800 Subject: [PATCH] fix: test ninjia (#2) --- .gitignore | 1 + src/@types/translations/en.json | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3597ca2..578b1da 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ dist-ssr *.njsproj *.sln *.sw? +!project.inlang .env diff --git a/src/@types/translations/en.json b/src/@types/translations/en.json index 951b69e..5bdbef0 100644 --- a/src/@types/translations/en.json +++ b/src/@types/translations/en.json @@ -3035,5 +3035,9 @@ "answerFive": "Unsatisfied" } } - } + }, + "memberCount_zero": "{{count}} members", + "memberCount_one": "{{count}} member", + "memberCount_many": "{{count}} members", + "memberCount_other": "{{count}} members" }