studiomitte/replaceli

Replace ß which is highly useful for content fallbacks


Keywords
extension, typo3, replace, ß and ss
License
GPL-2.0-or-later

Documentation

TYPO3 Extension replaceli

This extension simply replaces the ß with ss in the full content. This is especially useful for fallbacks to swiss language

It must be enabled per site language:

  -
    title: 'CH - DE'
    enabled: true
    languageId: '9'
    base: /de-ch/
    replaceli: 1

Be aware: Currently it replaces it everywhere, also in links.

Installation

Use composer require studiomitte/replaceli.