Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/community/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down