From b7d5f3e0207096ce6d4f7a4d128cb3abeb2cf444 Mon Sep 17 00:00:00 2001 From: Erik Vroon <11857441+evroon@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:33:26 +0100 Subject: [PATCH] Fix markdownlint (#1508) Fixes an error for markdownlint-cli2 in https://github.com/evroon/bracket/pull/1502 --- docs/content/community/contributing.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/community/contributing.mdx b/docs/content/community/contributing.mdx index b5ee2509..1c78e513 100644 --- a/docs/content/community/contributing.mdx +++ b/docs/content/community/contributing.mdx @@ -28,8 +28,8 @@ If you want to add a new language, please create an issue and I will add the lan ### Manually adding translations -You can add a translation by copying the English `en` locale -([here](https://github.com/evroon/bracket/tree/master/frontend/public/locales)) directory. +You can add a translation by copying the English +[`en` locale](https://github.com/evroon/bracket/tree/master/frontend/public/locales) directory. Rename the directory to the name of your locale, and start translating the `common.json` file inside the directory. It might be useful to use an online tool (Google `translate json file`) to do the translation for you, and then carefully check and correct any mistakes.