Skip to content

Draft: apply i18n integration on top of latest develop

Swaroop C requested to merge l18n into main

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.

Merge request reports

Loading