mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user