participedia / frontend

DEPRECATED - see https://github.com/participedia/api/ instead
MIT License
2 stars 2 forks source link

Move text from SCSS to localized react values #765

Open dethe opened 6 years ago

dethe commented 6 years ago

In some files (ItemDetails.scss and react-dropzone-s3-uploader.scss) we have English text for the UI being inserted with :before and :after using content:. This makes that part of the UI non-localizable, so it needs to be fixed as part of our localization effort.