Skip to main navigation Skip to main content Skip to page footer

Translations

Following you'll find an overview about all translations for the frontend of this extension and a description on how to customize them.

Override translation values

The translation values can be easily overwritten by the following Setup-TypoScript:

plugin.tx_parsedownextra._LOCAL_LANG {
    default {
        tx_parsedownextra_label.example_key = Example value
    }
    en {
        tx_parsedownextra_label.example_key = Example value
    }
    de {
        tx_parsedownextra_label.example_key = Beispiel-Wert
    }
}

For the label of the pro extension it must be like this:

plugin.tx_parsedownextrapro._LOCAL_LANG {
    default {
        tx_parsedownextra_label.example_key = Example value
    }
    en {
        tx_parsedownextra_label.example_key = Example value
    }
    de {
        tx_parsedownextra_label.example_key = Beispiel-Wert
    }
}

Translation overview

Key Extension en de
tx_parsedownextra_exception.parsedown_parser_not_found parsedown_extra Parsedown parser not found! Parsedown parser not found!
tx_parsedownextra_message.warning_parsedown_file_not_found parsedown_extra Parsedown file not found! Parsedown file not found!
Documentation

TYPO3 Parsedown Extra (Markdown)

Render Markdown by using the Parsedown-Extra library in TYPO3.

Menu