From 63dd5d04a29089af4c9670c60ff747a7cab41475 Mon Sep 17 00:00:00 2001 From: Amaru8 <52407090+Amaru8@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:26:43 +0200 Subject: [PATCH] Change jsonc to json in i18n README --- src/i18n/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/README.md b/src/i18n/README.md index 3cc11a99..c86103ee 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -2,7 +2,7 @@ Some notes about Cider's i18n support. -- Localization files are stored in jsonc format aka "JSON with Comments" +- Localization files are stored in `json` format aka "JavaScript Object Notation". - The default language is English. - The default language is used for messages that are not translated. - Try when possible to keep the messages the similar in length to the English ones.