From 01e7ef5a600cb71a4f1b660ecb15d54e4f6a0b08 Mon Sep 17 00:00:00 2001 From: tgoddessana Date: Tue, 22 Oct 2024 19:13:06 +0900 Subject: [PATCH] Docs: remove unnecessary brackets --- docs/topics/internationalization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/internationalization.md b/docs/topics/internationalization.md index 05ef01f3b..538ea9792 100644 --- a/docs/topics/internationalization.md +++ b/docs/topics/internationalization.md @@ -61,7 +61,7 @@ If you only wish to support a subset of the available languages, use Django's st ## Adding new translations REST framework translations are managed on GitHub. You can contribute new translation languages or update existing ones -by following the guidelines in the [Contributing to REST Framework][] section and submitting a pull request. +by following the guidelines in the [Contributing to REST Framework] section and submitting a pull request. Sometimes you may need to add translation strings to your project locally. You may need to do this if: