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!
Dokumentation

TYPO3 Parsedown-Extra by coding.ms

Provides a content element and ViewHelper which displays markdown files including Mermaid diagrams (UML, Activity, State and more). Parses email links with TYPO3 encryption. ViewHelper for parsing Markdown from individual sources. Defining abbreviations globally by using TypoScript. Code/Syntax Highlighting and many more.

Menü