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