Merge pull request #4451 from nextcloud/fix/noid/l10n-for-usermanual

Fix localized links for user manual
This commit is contained in:
Morris Jobke 2020-09-09 21:32:18 +02:00 committed by GitHub
commit 9eb25911f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
go.php
View File

@ -46,16 +46,16 @@ $mapping = array(
'developer-manual' => '/developer_manual',
'developer-theming' => '/developer_manual/core/theming.html',
'user-2fa' => '/user_manual/user_2fa.html',
'user-encryption' => '/user_manual/files/encrypting_files.html',
'user-files' => '/user_manual/files/index.html',
'user-manual' => '/user_manual',
'user-sharing-federated' => '/user_manual/files/federated_cloud_sharing.html',
'user-sync-calendars' => '/user_manual/pim/calendar.html',
'user-sync-contacts' => '/user_manual/pim/contacts.html',
'user-trashbin' => '/user_manual/files/deleted_file_management.html',
'user-versions' => '/user_manual/files/version_control.html',
'user-webdav' => '/user_manual/files/access_webdav.html',
'user-2fa' => '/user_manual/en/user_2fa.html',
'user-encryption' => '/user_manual/en/files/encrypting_files.html',
'user-files' => '/user_manual/en/files/index.html',
'user-manual' => '/user_manual/en',
'user-sharing-federated' => '/user_manual/en/files/federated_cloud_sharing.html',
'user-sync-calendars' => '/user_manual/en/pim/calendar.html',
'user-sync-contacts' => '/user_manual/en/pim/contacts.html',
'user-trashbin' => '/user_manual/en/files/deleted_file_management.html',
'user-versions' => '/user_manual/en/files/version_control.html',
'user-webdav' => '/user_manual/en/files/access_webdav.html',
);
############# Do not edit below this line #################