Fix contributing document typo (#8331)

fix typo data/core/yaml -> data/core.yaml
This commit is contained in:
Marc-marc-marc
2021-01-28 14:01:06 +01:00
committed by GitHub
parent 4c1d51348d
commit 6fa4bdf88a

View File

@@ -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.