ANDP Translations are maintained in the ANDP-Translations Custom Tool in the Editor-UI. Keep in mind, there is another Custom Tool (Formular Translations), which is used for form specific translations, because they are not ANDP specific

ct translations

The ANDP-Translation Tool contains a table with all available translations and the available languages.

Translations have a default value in de/en provided by the us. The default values can be changed anytime

ct translations2

Adding custom translations

If there are project specific texts, which needs translations too, they can be added to the config file

mesh/plugins/acta-nova-plugin/storage/translations/project.json

Each entry should have the following structure

"business_partner_search_submit": {
    "de": "Absenden",
    "en": "Submit"
},

Translations in the config are used as default translations (optional). Then they are available for translating in the Custom-Tool and can be accessed in portal templates with the following handlebars helper

{{eGovLangSwitcher "business_partner_search_submit"}}