Skip to content

Review & Collaboration System

Anthony Fu edited this page Apr 15, 2020 · 7 revisions

Available from v2.0

Reviewing is a common feature you could found on many online translation management services. But instead of syncing your code with the services every time, i18n Ally now offers an alternative way to do that -- Reviewing translations inside VS Code and Collaborating with the source control!

Review

// TODO:

Collaboration

The review comments will be stored in .vscode/i18n-ally-reviews.yml. We suggest you commit this file into git and then you can see the comments from others. In this way, the reviews state is always matched to the translations you have!

You default, your name and email are read from your git setting. You can change them by

// default: git config user.name
"i18n-ally.review.user.name": "Your Name",

// default: git config user.email
"i18n-ally.review.user.email": "hi@example.com",

Avatars are requested from Gravatar with your email, which is commonly used by many websites. Set one now if you haven't!