Skip to content

Commit

Permalink
docs: Docs sync behavior (#23022)
Browse files Browse the repository at this point in the history
* try a few languages to check perf

* Add section on the sync behavior

* Update docs/contributing/translation/sync-guide.md

Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>

* Update docs/contributing/translation/sync-guide.md

Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>

* Update docs/contributing/translation/sync-guide.md

Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>

* Update i18n.js

* chore: format

Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
3 people authored Apr 13, 2020
1 parent 4983d20 commit b969dc4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/contributing/translation/sync-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
title: Keeping Translations Up-to-date
---

Periodically, gatsbybot will update your translation repo to be up-to-date with the current English repo. If there is an update to a page that is already translated, gatsbybot will create a pull request listing the conflicts between translation and the new English content. Resolving these conflicts and merging these pull requests is essential to keeping your translation repo up-to-date.
Every Friday at 6:00 PM PST, gatsbybot will run a sync script on every translation repo to bring them up-to-date with the current English repo. If there is an update to a page that is already translated, gatsbybot will create a pull request listing the conflicts between the translation and the new English content. Resolving these conflicts and merging these pull requests is essential to keeping your translation repo up-to-date.

## Gatsbybot sync behavior

If there are existing sync pull requests marked by the `sync` label, gatsbybot will skip the repository until the next time it runs. Because of this, it is important to make sure that you merge sync and conflict pull requests promptly, so that stale translations don't build up.

## Resolving sync pull requests

Expand Down

0 comments on commit b969dc4

Please sign in to comment.