From 6fa4bdf88aad7d294acc5ebb8c094971bd59c160 Mon Sep 17 00:00:00 2001 From: Marc-marc-marc <31963329+Marc-marc-marc@users.noreply.github.com> Date: Thu, 28 Jan 2021 14:01:06 +0100 Subject: [PATCH] Fix contributing document typo (#8331) fix typo data/core/yaml -> data/core.yaml --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 802943561..37930e925 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -282,7 +282,7 @@ only display them in the interface through the `t()` function. Then, add the new string to `data/core.yaml`. The translation system, Transifex, will automatically detect the change. -If you are updating an existing string, update it in `data/core/yaml` and run +If you are updating an existing string, update it in `data/core.yaml` and run `npm run build` to generate the `en.json` file automatically, then commit both modified files.