diff --git a/docs/content/community/contributing.mdx b/docs/content/community/contributing.mdx index b5ee25092..1c78e513c 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.