Skip to content

Commit 780056d

Browse files
Graham BouvierHarmony Bouvier
Graham Bouvier
authored and
Harmony Bouvier
committed
Add note to README explaining configuring translatable fields
1 parent 845c4b3 commit 780056d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@ into an initializer:
6565
SolidusGlobalize::Config.supported_locales = [:en, :'pt-BR']
6666
```
6767

68+
Additionally, the translatable fields on individual models can be adjusted with configuration:
69+
70+
```ruby
71+
SolidusGlobalize::Config[:translatable_fields].merge!(
72+
{
73+
'Spree::OptionValue' => [:presentation]
74+
}
75+
)
76+
```
77+
6878
**PS 1.** The languages you add to this configuration need to be supported by
6979
your store. This means that you need to have a transations file for them
7080
into `/config/locales/` (eg. `/config/locales/pt-BR.yml`).

0 commit comments

Comments
 (0)