From e7054f7f13d6c2bcff678ecd8486765afaa3b59e Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 4 Feb 2025 15:10:53 +1100 Subject: [PATCH] Use test locale instead of real one in development en_AU contains translations for most keys, and is subject to change. So if you change the value of an existing key in en.yml, you won't see the change in your dev environment. Maybe it's confusing because it's not called 'development', but I think the comment above explains well enough. --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 8742946d7c..6f1646ef9a 100644 --- a/.env.development +++ b/.env.development @@ -8,7 +8,7 @@ # 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 -LOCALE="en_AU" +LOCALE="en_TEST" VERBOSE_QUERY_LOGS=true