2013-09-15 19:59:49 +00:00
|
|
|
locale.settings:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/config/regional/translate/settings'
|
2013-03-10 06:38:31 +00:00
|
|
|
defaults:
|
|
|
|
_form: 'Drupal\locale\Form\LocaleSettingsForm'
|
|
|
|
requirements:
|
|
|
|
_permission: 'translate interface'
|
2013-07-20 20:20:48 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
locale.check_translation:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/reports/translations/check'
|
2013-07-20 20:20:48 +00:00
|
|
|
defaults:
|
|
|
|
_controller: 'Drupal\locale\Controller\LocaleController::checkTranslation'
|
|
|
|
requirements:
|
|
|
|
_permission: 'translate interface'
|
2013-09-11 08:14:17 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
locale.translate_page:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/config/regional/translate'
|
2013-09-11 08:14:17 +00:00
|
|
|
defaults:
|
|
|
|
_content: 'Drupal\locale\Controller\LocaleController::translatePage'
|
|
|
|
requirements:
|
|
|
|
_permission: 'translate interface'
|