CDRH / orchid

Rails Engine for site integration with CDRH API
MIT License
3 stars 0 forks source link

fix language config problem #217

Closed jduss4 closed 3 years ago

jduss4 commented 3 years ago

OK there are two issues here:

  1. languages appeared in multiple places in the public.yml file, but only the first was intended to be configured based on user language preferences during setup. To mitigate that, this has now been named all_languages

  2. The resulting YAML was still invalid because of recent updates to the psyche gem. Now the thumbnail size is surrounded in quotation marks to make this valid