meirim-org / meirim

Meirim is an open-source smart city application that facilitates transparency in urban planning.
MIT License
56 stars 24 forks source link

Fix translation files #593

Open GalGend opened 1 year ago

GalGend commented 1 year ago

Currently, all translations are found within 1 language file, called HE_IL. It's connected to the useTranslation hook.

This task is about creating a new translation file called AR_IL, and transferring all translations from the above file.

Then, configure the hook to work with either file, as per the selected language.

Make sure to cover the case on a missing translation in AR_IL, the HE_IL value is returned.