Open GalGend opened 1 year ago
Currently, all translations are found within 1 language file, called HE_IL. It's connected to the useTranslation hook.
useTranslation
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.
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.