locale.settings:
path: '/admin/config/regional/translate/settings'
defaults:
_form: 'Drupal\locale\Form\LocaleSettingsForm'
_title: 'Interface translation settings'
requirements:
_permission: 'translate interface'
locale.check_translation:
path: '/admin/reports/translations/check'
_controller: 'Drupal\locale\Controller\LocaleController::checkTranslation'
locale.translate_page:
path: '/admin/config/regional/translate'
_controller: '\Drupal\locale\Controller\LocaleController::translatePage'
_title: 'User interface translation'
locale.translate_import:
path: '/admin/config/regional/translate/import'
_form: '\Drupal\locale\Form\ImportForm'
_title: 'Interface translation import'
locale.translate_export:
path: '/admin/config/regional/translate/export'
_form: '\Drupal\locale\Form\ExportForm'
_title: 'Interface translation export'
locale.translate_status:
path: '/admin/reports/translations'
_form: '\Drupal\locale\Form\TranslationStatusForm'
_title: 'Available translation updates'