Rename en_TEST to en_TST

Because it doesn't fit in db field spree_users.local with limit: 6.
We could extend the field but it seemed silly because it's only used in test/dev environments.
This commit is contained in:
David Cook
2025-02-10 14:03:13 +11:00
parent bbc7f21ecd
commit 314c58b878
3 changed files with 2 additions and 2 deletions

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_TEST"
LOCALE="en_TST"
VERBOSE_QUERY_LOGS=true

View File

@@ -2,7 +2,7 @@
# Override locally with `.env.test.local`
# Locale for translation.
LOCALE="en_TEST"
LOCALE="en_TST"
OFN_REDIS_JOBS_URL="redis://localhost:6379/2"