Where are we using squidex/backend/i18n project in the src code?

Hi

I have a small doubt regarding the usage of ‘squidex/backend/i18n’ project. I haven’t found any reference of this project in ‘squidex/backend/src’. Can you help me with its reference and usage?

Thanks.

This are just the source files:

Backend

The generator in the project creates the resx files:

Fontend

Development Time

The resources are loaded directly from this folder:

Production

The translations is injected into the HTML and loaded as global variable:


1 Like

Thanks for the explanation.

1 Like

I have forgotten to mention that it is also documented here: https://docs.squidex.io/01-getting-started/contributing-and-developing/translating