From 43aa8841e342b21d9e11c22f1eb7e5e0d02faa57 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Wed, 17 Feb 2021 10:05:13 +0000 Subject: [PATCH] Merge pull request #3643 from overleaf/ae-n-items-plural Add plural translation for n_items GitOrigin-RevId: 6ebcd8bd7461d99750686111495aca760a293240 --- services/web/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/locales/en.json b/services/web/locales/en.json index d78331b3ce..5c8529778f 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1335,7 +1335,8 @@ "github_is_premium": "GitHub sync is a premium feature", "remote_service_error": "The remote service produced an error", "linked_file": "Imported file", - "n_items": "__count__ items", + "n_items": "__count__ item", + "n_items_plural": "__count__ items", "you_can_now_log_in_sso": "You can now log in through your institution and may receive <0>free __appName__ Professional features!", "link_institutional_email_get_started": "Link an institutional email address to your account to get started.", "looks_like_youre_at": "It looks like you're at <0>__institutionName__!",