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.
This commit is contained in:
David Cook
2025-02-04 15:10:53 +11:00
parent 4624d49e5e
commit e7054f7f13

View File

@@ -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