vuejs-ru / old.ru.vuejs.org

Перевод документации и сайта Vuejs.org на русский язык (устаревшая версия 0.12)
http://vuejs-ru.github.io/vuejs.org/
MIT License
26 stars 5 forks source link

Translation plan and progress tracking (version 1.0) #16

Open iJackUA opened 8 years ago

iJackUA commented 8 years ago

How to help with translation

Even if you are not very good in English to translate by yourself, or have no time etc. You still can contribute.
If you see a :see_no_evil: review needed label on page. It means that translation is completed, but some native speaker should review it in Russian. To track down bad wording, mistypes or anything that "looks weird" for a Russian native-speaker. If you found something - ideally make s fix pull request, or at least create an issue with back links to "error" lines. If you have reviewed some doc and it looks fine for you - write here in comments to mark it as done :+1:

Priorities

Pages are ordered in the table as they are ordered in docs, so it is supposed to translate them in the same order. You are free to select any page, but it's better to go one-by-one in the list

/source/guide

Page Translator Reviewer Status
installation.md :grey_question: not assigned
index.md :grey_question: not assigned
overview.md :grey_question: not assigned
instance.md :grey_question: not assigned
syntax.md :grey_question: not assigned
computed.md :grey_question: not assigned
class-and-style.md :grey_question: not assigned
conditional.md :grey_question: not assigned
list.md :grey_question: not assigned
events.md :grey_question: not assigned
forms.md :grey_question: not assigned
transitions.md :grey_question: not assigned
components.md :grey_question: not assigned
reactivity.md :grey_question: not assigned
custom-directive.md :grey_question: not assigned
custom-filter.md :grey_question: not assigned
mixins.md :grey_question: not assigned
plugins.md :grey_question: not assigned
application.md :grey_question: not assigned
comparison.md :grey_question: not assigned

/source/api

Page Translator Reviewer Status
index.md :grey_question: not assigned

/source/examples

Page Translator Reviewer Status
all pages description :grey_question: not assigned

/themes/vue/layout/*.ejs

Page Translator Reviewer Status
all pages description @iJackUA :construction: work in progress

Setup gh-pages site for 1.0 http://vuejs-ru.github.io/vuejs.org/

@iJackUA :construction: work in progress

Legend

Emoji Status
:+1: done
:eyes: in review
:see_no_evil: review needed
:construction: work in progress
:grey_question: not assigned
simplesmiler commented 8 years ago

So what we can salvage from the pre-1.0 translated docs?

iJackUA commented 8 years ago

@simplesmiler Hard question. I tend to consider everything as translation from the scratch. Just consider that some parts are already translated and while working on 1.0 docs, for example "computed.md" refer to 0.12's "computed.md" - maybe some parts could be "reused". But as a general rule it seems to be hard (maybe I am wrong, let's start and then we'll see).

iJackUA commented 8 years ago

Updated lang-ru branch with actual docs state (not translated). Previous progress transferred to lang-ru@0.12.

In nearest days hope to bring back CircleCI for automatic docs site rebuilding. And to transfer back all Hexo parser features - like markdown plugin with abbr support etc. To try to push it to main Vue docs repo.