Skip to content

docs (#32): add translation guide #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@ const sidebar = {
{
title: 'Contribute to the Docs',
collapsable: true,
children: ['writing-guide', 'doc-style-guide']
children: [
'contributing/writing-guide',
'contributing/doc-style-guide',
'contributing/translations'
]
}
],
api: [
Expand Down
File renamed without changes.
11 changes: 11 additions & 0 deletions src/guide/contributing/translations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Translations

Vue has spread across the globe, with the core team being in at least half a dozen different timezones. [The forum](https://forum.vuejs.org/) includes 7 languages and counting and many of our docs have [actively-maintained translations](https://github.com/vuejs?utf8=%E2%9C%93&q=vuejs.org). We'are very proud of Vue's international reach, but we can do even better.

## Can we start translating Vue 3 docs?

At this time, the Vue 3 docs are still in beta and subject to changes at any time. As a result, we would caution against any significant work since we are still collecting feedback and rewriting it as needed. When the docs are in release candidate phase, we will make sure to make an announcement so you can get started!

## How can I get involved with translations?

The best way to get started is to check out [this pinned issue for Vuejs.org](https://github.com/vuejs/vuejs.org/issues/2015) that contains active discussions on the various initiatives happening in the community.
File renamed without changes.