Skip to content

Commit 5d30884

Browse files
committed
Remove references to i18n branch
1 parent d500556 commit 5d30884

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/templates/translation-issue-template.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ Repository: https://github/[yourname]/open-source-guide
22
Preview: https://[yourname].github.io/open-source-guide/
33
Locale: `xx-YY`
44

5-
On the `gh-pages` branch of your fork:
5+
On your fork:
66

7-
- [ ] Merge the `i18n` branch into `gh-pages` and push the branch to your fork. This should build the website and it should be visible at the preview url above.
8-
- [ ] Update `title`, `description`, and `locale` in `_config.yml`
7+
- [ ] Update `title`, `description`, and `locale` in `_config.yml`, and push the branch to the `gh-pages` branch of your fork. This should build the website and it should be visible at the preview url above.
98
- [ ] Copy `_data/locale/en-US.yml` to a new file with the name of your locale and translate the strings
109
- [ ] Create a new directory in `_articles/` for your locale and translate each guide:
1110
- [ ] best-practices.md
@@ -18,7 +17,6 @@ On the `gh-pages` branch of your fork:
1817
- [ ] legal.md
1918
- [ ] metrics.md
2019
- [ ] starting-a-project.md
21-
- [ ] ??? TODO - other steps here
2220
- [ ] Update `CNAME` to include your locale (e.g. de.opensource.guide)
2321

2422
Once a translation is completed:

0 commit comments

Comments
 (0)