From 5cf10fb13ba166f62a481a89b382ed5b964d6d9c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 7 May 2013 19:03:38 +0100 Subject: [PATCH] Make a message pluralizable --- config/locales/en.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 1241e1339..79784049c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1452,7 +1452,9 @@ en: upload_trace: "Upload a trace" see_all_traces: "See all traces" see_your_traces: "See your traces" - traces_waiting: "You have %{count} traces waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users." + traces_waiting: + one: "You have %{count} trace waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users." + other: "You have %{count} traces waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users." trace_optionals: tags: "Tags" view: -- 2.43.2