Is there any way to translate into Spanish?

HI !! I am using bpmnio, specifically the modeler with the properties panel and I would like to know if there is any way to translate it into Spanish? Thank you so much.
Im using(Recatjs) basic configuration

new BpmnModeler({
            container: '#bpmnview',
            propertiesPanel: {
                parent: '#propview'
            },
            additionalModules: [
                propertiesPanelModule,
                propertiesProviderModule
            ],
            moddleExtensions: {
                camunda: camundaModdleDescriptor
            }
        })

Hi,

you can add translations as a custom module. See the i18n Example for details.

If you do translate it into spanish, consider opening a Pull Request on the community translation repository to help others.

Cheers

1 Like

Hi I already have my translation file and it is working fine, how can i make a pull request? i’m new with that.
Ah, the only thing that I cannot translata is the properties panel… you know how can I translate it?
imagen