Fix markdownlint (#1508)

Fixes an error for markdownlint-cli2 in
https://github.com/evroon/bracket/pull/1502
This commit is contained in:
Erik Vroon
2025-12-31 14:33:26 +01:00
committed by GitHub
parent 092f6d0196
commit b7d5f3e020

View File

@@ -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.