From e941d0cd1433098a5480a2f94498d5e00db4d7ee Mon Sep 17 00:00:00 2001 From: 96-38 Date: Mon, 31 Oct 2022 07:37:02 +0900 Subject: [PATCH] docs: add a little explanation --- docs/content/pages/tutorials/translation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/pages/tutorials/translation.md b/docs/content/pages/tutorials/translation.md index e4ebef45..c31d14c1 100644 --- a/docs/content/pages/tutorials/translation.md +++ b/docs/content/pages/tutorials/translation.md @@ -98,3 +98,4 @@ Please enter the DeepL API key for the first time only. The API key will be save - Parsing errors may occur when trying to translate manually created JSON files - In many cases, this is due to a specific comment in the JSON. Please remove the comments and try again. + - Most comments are processed normally, but errors may occur if the comment contains special symbols or if the comment is located at the end of a JSON object.