From 363cc10755774d272305d108aef9088b82cbe8d4 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 12 Feb 2025 14:08:44 +1100 Subject: [PATCH] Update comment [skip ci] --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index a842e08dd9..7bfca5b898 100644 --- a/.env.development +++ b/.env.development @@ -6,8 +6,8 @@ # cp .env.development .env.local # Locale for translation. Using a locale other than `en` tests the -# successful fallback to `en`. You will also see up-to-date text used -# in production +# successful fallback to `en`. To see up-to-date text used in production, +# set another locale in a local env file. LOCALE="en_TST" VERBOSE_QUERY_LOGS=true