Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Jinjiang/translation-workflow-demo

Repository files navigation

translation-workflow-demo

v6

This is just a demo of new translation workflow for GitHub repos in Vue ecosystem like Vue Router, Pinia, Vue 3 Migration Guide, etc.

You can also refer to these example PRs.

Features

  • Friendly translation workflow.
  • Able to show latest checkpoint for each language on the website.
  • Comparing to the current workflow on Vue Router, neither checkpoint branches nor commit log format are required.
  • People just need one more step to keep the langMap.json updated when each time they update their translations.

Usage

Translation workflow

For contributors/translators:

  1. run node bar.js <lang> to see checkpoint and changes to be translated
  2. create a new git branch
  3. do the translation
  4. run ndoe foo.js <lang> to update the langMap.json before the translation commit
  5. create a PR on GitHub

For maintainer:

  1. review and approve
  2. normal merge or squash merge (they both work)

Local tools

  • node foo.js <lang> [<branch>|<tag>|<commit>]: update the checkpoint info of a certain language into langMap.json.
  • node bar.js <lang> [<branch>|<tag>|<commit>]: see what translation you need to do to sync up with the original docs.

Config on Netlify

  • Build command: node foo.js && npm run build
  • Publish directory: .vitepress/dist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published