aaronskiba
aaronskiba
```yml // config/database.yml.sample defaults: &defaults adapter: encoding: pool: host: port: database: username: password: development:
Translations of attribute names can be enabled in `config/locales/en.yml` [4.5 Translations for Active Record Models](https://guides.rubyonrails.org/i18n.html#translations-for-active-record-models). Our validation message translations could be handled in `config/locales/en.yml` as well: [4.5.1 Error Message Scopes](https://guides.rubyonrails.org/i18n.html#error-message-scopes)
     Widget appearance after applying the above change: 
Hi @aalvan, thanks for the reply! I'm still encountering some trouble on my end. Here's a bit more context: ``` Loading development environment (Rails 6.1.7.7) 3.0.5 :001 > I18n.locale =...