Skip to content

Commit b6b0339

Browse files
authored
docs (#32): add translation guide (#288)
* docs (#32): add translation contributing guide * refactor (#32): organize all contribution guides together
1 parent cc5e9a1 commit b6b0339

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

src/.vuepress/config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ const sidebar = {
133133
{
134134
title: 'Contribute to the Docs',
135135
collapsable: true,
136-
children: ['writing-guide', 'doc-style-guide']
136+
children: [
137+
'contributing/writing-guide',
138+
'contributing/doc-style-guide',
139+
'contributing/translations'
140+
]
137141
}
138142
],
139143
api: [
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Translations
2+
3+
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.
4+
5+
## Can we start translating Vue 3 docs?
6+
7+
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!
8+
9+
## How can I get involved with translations?
10+
11+
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.

0 commit comments

Comments
 (0)