From 1a063fb97fcf61e7e079d8d923aa919cdaad500f Mon Sep 17 00:00:00 2001 From: xi <104683822+ximk@users.noreply.github.com> Date: Thu, 23 May 2024 13:05:27 -0400 Subject: [PATCH] Fix broken link to Locales folder (#1737) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b683b73ee..929b3f7f8 100644 --- a/README.md +++ b/README.md @@ -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.