Description:
Change the codebase to a Django project codebase.
Ensure INTERNATIONALIZATION by making sure that every text that needs to be translated is enclosed in the gettext() function (i.e., _("text")).
@fotsoeddy @FrankNeba
After making these changes, @NyuydineBill please run the internationalization process on the whole site.
Description:
Change the codebase to a Django project codebase.
Ensure INTERNATIONALIZATION by making sure that every text that needs to be translated is enclosed in the gettext() function (i.e., _("text")).
@fotsoeddy @FrankNeba
After making these changes, @NyuydineBill please run the internationalization process on the whole site.