type: object
nullable: false
description: >-
  This object contains dynamic key names based on
  [IETF BCP 47 language tags](https://en.wikipedia.org/wiki/IETF_language_tag).
additionalProperties:
  $ref: './RegionTranslation.yaml'
example:
  'de-DE':
    country_name: "Vereinigte Staaten von Amerika (USA)"
  'en-GB':
    country_name: "the United States"
  'es-ES':
    country_name: "Estados Unidos"
  'fr-FR':
    country_name: "Les États-Unis"
  'it-IT':
    country_name: "Stati Uniti d'America"
  'pt-PT':
    country_name: "Estados Unidos da América"