drupal/core/modules/locale/locale.routing.yml

21 lines
611 B
YAML
Raw Normal View History

locale.settings:
path: '/admin/config/regional/translate/settings'
defaults:
_form: 'Drupal\locale\Form\LocaleSettingsForm'
requirements:
_permission: 'translate interface'
locale.check_translation:
path: '/admin/reports/translations/check'
defaults:
_controller: 'Drupal\locale\Controller\LocaleController::checkTranslation'
requirements:
_permission: 'translate interface'
locale.translate_page:
path: '/admin/config/regional/translate'
defaults:
_content: 'Drupal\locale\Controller\LocaleController::translatePage'
requirements:
_permission: 'translate interface'