From 1af9cfa2442c08af1a455dac947c894892b365b4 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Thu, 30 May 2019 12:42:17 +0200 Subject: [PATCH] Add comments to help translators with Message Format --- config/locales/client.en.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 844b204ac7d..3a4c7ecc59b 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1273,9 +1273,13 @@ en: too_few_topics_notice: "Let's get this discussion started! There are currently %{currentTopics} / %{requiredTopics} topics. New visitors need some conversations to read and respond to." too_few_posts_notice: "Let's get this discussion started! There are currently %{currentPosts} / %{requiredPosts} posts. New visitors need some conversations to read and respond to." logs_error_rate_notice: + # keys ending with _MF use message format, see https://meta.discourse.org/t/message-format-support-for-localization/7035 for details reached_hour_MF: "{relativeAge}{rate, plural, one {# error/hour} other {# errors/hour}} reached site setting limit of {limit, plural, one {# error/hour} other {# errors/hour}}." + # keys ending with _MF use message format, see https://meta.discourse.org/t/message-format-support-for-localization/7035 for details reached_minute_MF: "{relativeAge}{rate, plural, one {# error/minute} other {# errors/minute}} reached site setting limit of {limit, plural, one {# error/minute} other {# errors/minute}}." + # keys ending with _MF use message format, see https://meta.discourse.org/t/message-format-support-for-localization/7035 for details exceeded_hour_MF: "{relativeAge}{rate, plural, one {# error/hour} other {# errors/hour}} exceeded site setting limit of {limit, plural, one {# error/hour} other {# errors/hour}}." + # keys ending with _MF use message format, see https://meta.discourse.org/t/message-format-support-for-localization/7035 for details exceeded_minute_MF: "{relativeAge}{rate, plural, one {# error/minute} other {# errors/minute}} exceeded site setting limit of {limit, plural, one {# error/minute} other {# errors/minute}}." learn_more: "learn more..."