Languages/ Internationalization of elements in namespace

Hi,

I am a new user of Corteza and have a question about language settings. Is it possible to configure translation files to allow users to switch to different languages?

Specifically, I am referring to elements such as:

  1. Text in navigation
  2. Titles of record list boxes
  3. Table labels
  4. Dropdown elements

Thank you in advance for your support.

Hey there. Yes I am pretty sure you can. We ensure everything is translatable.

For example: those icons point to what can be translated

2 Likes

Wow, thank you so much! I had to upgrade my version to see this.

Is there a way to translate these elements, or what’s the easiest way to locate the translation options?

If you haven’t seen this yet i suggest you take a look

Hello! I’m having trouble finding the Languages icon. I was able to translate the static elements (to pt-BR, and soon I’ll submit a PR to the Corteza-locales git), but the dynamic elements remain untranslated.

Do I need to make any additional configurations to display the button for the translatable elements? I’m running Corteza self-hosted using Docker on version 2023.9.8, which I believe is the latest, correct?

Also, is there an easier way to do the translation besides element by element in the interface? Is there any table in the database or API that I can use to write a script for performing the translations?

Thank you!

You need to enable resource translations in the .env file of the server

For automating this you can use the resource_translations database table.