0xProject / 0x-launch-kit-frontend

Apache License 2.0
112 stars 207 forks source link

Adde i18n Support - English, Portuguese and Spanish #586

Closed birimbau closed 4 years ago

birimbau commented 4 years ago

I also added a folder in the root of the project called 'translations' that includes a file that can be opened by Babel Edit (https://www.codeandweb.com/babeledit) to open, edit and add new languages to the current project.

NOTE: Every time that I used the react-intl Components I changes the property type to 'any'. I couldn't find a better solution for this. If you do please let me know