From ad8f37c652d07578bae2f7e472e2214c50d6d9fc Mon Sep 17 00:00:00 2001 From: akshat2jain Date: Sun, 13 Aug 2023 20:29:00 +0530 Subject: [PATCH] changed the docs --- docs/source/endpoints/translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/endpoints/translations.md b/docs/source/endpoints/translations.md index 6cee6c0ee8..a7bf7e5a0f 100644 --- a/docs/source/endpoints/translations.md +++ b/docs/source/endpoints/translations.md @@ -129,7 +129,7 @@ This service can be used with the {doc}`expansion` mechanism which allows gettin Translation information can be provided by the API expansion for translatable content items. A content type is translatable if it has the `plone.translatable` behavior enabled. -plone.app.multilingual enables this behavior for all content types at the time that it is installed. +`plone.app.multilingual` enables this behavior for all content types at the time that it is installed. For other content types added later, it would be necessary to enable the behavior for them also. If a simple `GET` request is done on the content item, a new entry will be shown on the `@components` entry, with the URL of the `@translations` endpoint: