facn2 / path-18-app

:mortar_board: Exposing career paths to young people in Israel
https://path18.herokuapp.com/
GNU General Public License v3.0
5 stars 0 forks source link

Change text to Arabic #79

Closed matthewdking closed 6 years ago

matthewdking commented 6 years ago

In the future it would be good to offer full language support for both Arabic and Hebrew. For now we should concentrate on changing the language to Arabic ready for user testing.

Karyum commented 6 years ago

alright so not sure whats the best approach for translation (both Arabic and Hebrew), and the way im going to probably do this will make the front-end code a lil bit sensitive (which is not great for future development if there is any). what needs to be done for this :

Karyum commented 6 years ago

but before starting with this i will look further more if there's a different approach for this, maybe use like react-intl and i18n

Karyum commented 6 years ago

at the end im going to use i18n-react package to connect the componenets with the language JSON, this way will make the code less sensitive