Should we update the translation date in packages/docs/.vitepress/translation-status.json? #2771
|
It would be best to update this file to avoid any potential misunderstanding |
Answered by
lMysticl
Aug 9, 2026
Replies: 1 comment
|
Do not update only the date manually. This file stores a translation checkpoint: the hash and date of the latest upstream documentation commit included in the translation. After synchronizing the translation, run: pnpm run docs:translation:update zh [commit]The repository's contributing guide defines this workflow. If the Chinese translation still corresponds to commit |
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do not update only the date manually. This file stores a translation checkpoint: the hash and date of the latest upstream documentation commit included in the translation.
After synchronizing the translation, run:
The repository's contributing guide defines this workflow. If the Chinese translation still corresponds to commit
d842b6f, the current checkpoint should remain unchanged. Changing only the date would make the displayed translation status misleading while the comparison workflow still uses the old commit hash.