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" }