Skip to content

Commit b5da167

Browse files
Andrea GriffithsCopilot
andcommitted
Drop stale 'repository root' phrasing in translation steps
The previous 'Fix localization instructions' commit updated the path from the repo root to _articles/ but didn't remove the trailing 'the repository root' fragment, leaving the sentence reading as if the new folder belonged in both places. The line about copying source files had a similar the English source files live atissue _articles/businesses.html etc., not at the repo root. Addresses Copilot review feedback on PR #1334. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1175a2d commit b5da167

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ You can find instructions to get setup in our [README](README.md#getting-started
1818
* Clone your fork to your machine.
1919
* Create a new branch for your translation work.
2020
* Copy `_data/locales/en.yml` to target locale file e.g. `_data/locales/es.yml`.
21-
* Create a new folder in `_articles/` the repository root e.g. [`_articles/es/`](_articles/es/).
22-
* Copy `businesses.html`, `index.html` and `maintainers.html` from the repository root into the new folder e.g. `_articles/es/businesses.html`, etc.
21+
* Create a new folder in `_articles/` e.g. [`_articles/es/`](_articles/es/).
22+
* Copy `businesses.html`, `index.html` and `maintainers.html` from `_articles/` into the new folder e.g. `_articles/es/businesses.html`, etc.
2323
* Edit the `lang: en` to be the correct language in the new `businesses.html`, `index.html` and `maintainers.html` files e.g. `lang: es`
2424
* Translate messages in new locale file and use `script/server` to verify they are displayed correctly.
2525
* Send a pull request.

0 commit comments

Comments
 (0)