[solved] only one language necessary. Translate the frontend

Hi,

when you need your page only in one language, e.g. german then you can set this in your site package configuration with this snippet in your Settings.yaml

TYPO3:
  Flow:
    i18n:
      defaultLocale: 'de'
      fallbackRule:
        order: [ 'de' ]