Fix broken link to Locales folder (#1737)

This commit is contained in:
xi
2024-05-23 13:05:27 -04:00
committed by GitHub
parent db4103c569
commit 1a063fb97f

View File

@@ -69,7 +69,7 @@ Empty DB with the latest migration run. When creating new migrations they should
[Translation Progress](https://github.com/Sendouc/sendou.ink/issues/1104)
sendou.ink can be translated into any language. All the translations can be found in the [locales folder](./public/locales). Here is how you can contribute:
sendou.ink can be translated into any language. All the translations can be found in the [locales folder](./locales). Here is how you can contribute:
1. Copy a `.json` file from `/en` folder.
2. Translate lines one by one. For example `"country": "Country",` could become `"country": "Maa",`. Keep the "key" on the left side of : unchanged.