Draft: apply i18n integration on top of latest develop
Implemented a backend Translation API that supports dynamic i18n. The API listens for translation requests from a client specifying a target language (e.g., Hindi), retrieves the corresponding catalog JSON, and delivers it to the client. The client then uses this catalog to translate its interface in real-time.