From e0009c8f29fbeb47d734924fc6ecb0b24418757e Mon Sep 17 00:00:00 2001 From: William Oldham Date: Tue, 4 Jul 2023 17:16:21 +0100 Subject: [PATCH] docs(contributing): add new line to warning message --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9ec32b0d..a4092e52 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -90,6 +90,7 @@ Like most apps, our translations are stored in `.json` files. Each language stri Each language file is called `translation.json` and is stored in the `src/setup/languages//` folder. For example, the English language file is located at `src/setup/languages/en/translation.json`. > **Warning** +> > Before you start a translation, please: > - Check there isn't an existing GitHub [issue](https://github.com/movie-web/movie-web/issues) or [pull request](https://github.com/movie-web/movie-web/pulls) open for the language. > - Make sure we aren't in the middle of a new feature update. When releasing major versions, we only accept changes to translations once the new version is complete. Otherwise, the language files would need to be updated.