The Configuration translation module provides an interface to translate configurations with interface translation and language as dependencies. This module allows us to translate configuration entities. The ability to translate configuration entities adds an extra level of internationalization.
Interface translation allows us to translate strings provided in our Drupal site's code base. Configuration translation allows us to translate importable and exportable configuration items that we created, such as site title or date formats.
In this recipe, we will translate date format configuration entities. We will provide localized date formats for Danish to provide a more internationalized experience.