Commit af5b216
committed
Do not configure the fallback locale
This is a setting the host app should be making.
This is what it does: It adds the `default_locale` as
a fallback locale to all `available_locales`. This means
that for a store with e.g. a German default locale and en English
locale, missing English translations would be replaced by
their German equivalents rather than show up as missing
translations.
This fallback locale feature is very nice, but not very well
documented, and should IMO not be triggered from any gem's
initializer.1 parent b4ffdcf commit af5b216
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments