Files
nairobi/config
Javi Martín 0b1a4907ac Load custom locales after everything is loaded
The line:

```
config.i18n.load_path += Dir[Rails.root.join("config", "locales", "**", "*.{rb,yml}")]
```

Was adding every locale under the `config/locales` folder, including the
ones inside `config/locales/custom/`. The files were loaded in the same
order as listed using `ls -f`.

So if the custom locales were loaded before the folder
`config/locales/#{I18n.locale}`, the default locales would override the
custom ones, and we want the custom locales to override the default
ones so CONSUL is easier to customize.
2019-08-07 22:05:01 +02:00
..
2019-07-29 13:10:09 +02:00
2019-04-16 17:28:06 +02:00
2019-04-16 17:28:06 +02:00
2019-06-12 16:23:40 +02:00
2017-09-01 12:51:31 +02:00
2019-04-16 17:28:06 +02:00
2019-06-27 09:21:18 +02:00
2019-03-15 10:29:07 +01:00
2019-04-16 17:28:06 +02:00