question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Translate Documentation

See original GitHub issue

So, it took a while but I have rewritten the documentation and ported it to VuePress. I hope the structure is a bit better and a few more examples.

If you have any suggestions, please feel free to contribute! And I always need help with translating!

Structure

The new structure is quite simple. The english documentation is under the /docs/ folder.

docs
├── README.md
├── guide
│   └── README.md
├── reference
│   └── README.md

The first README.md is the Landingpage. Under /guide/ you will find the normal documentation with examples. Under /reference/ you will find some coding references, like public methods, props, events and so on.

Localization

Inside the docs folder you will find the subfolders for localization. For example zh-cn/, ja/, ru/ … and so on. I’ve already created the folders and files. So if you want to contribute you only need to translate it inside your folder.

docs
├── README.md
├── reference
│   └── README.md
└── zh-cn
    ├── README.md
    ├── guide
    │   └── README.md
    └── reference
        └── README.md

Checklist for Contributors

  • Checkout develop
  • Run yarn docs:dev or npm run docs:dev
  • Translate Landingpage /README.md
  • Translate Guide /guide/README.md
  • Translate API Reference /api/README.md
  • Translate config.themeConfig.locales /.vuepress/config.js
  • Translate config.locales /.vuepress/config.js (description field)

Feel free to add additional languages!

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:6
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
rakviumcommented, Oct 1, 2019

@apertureless I’m going to implement the Russian section.

3reactions
aperturelesscommented, Sep 26, 2019

Still looking for help for translations and improvements! 🍺

Read more comments on GitHub >

github_iconTop Results From Across the Web

Amazon Translate Documentation
Amazon Translate is a neural machine translation service for translating text to and from English across a breadth of supported languages.
Read more >
Cloud Translation documentation
Cloud Translation documentation ... Cloud Translation can dynamically translate text between thousands of language pairs. Translation lets websites and programs ...
Read more >
Free Online Translator - Preserves your document's layout ...
Free, Online Document Translator which translates office documents (PDF, Word, Excel, PowerPoint, OpenOffice, text) into multiple languages, preserving the ...
Read more >
5 Best ways to translate a document in 2022 – Pros and Cons
1. Google Translate · Select the source language and target language and upload your document. · Click on “Translate.” Google will give you...
Read more >
Document translation: Word, PDF, PowerPoint, Excel
Benefit from Reverso translation quality to translate all your document formats: keep all your formatting and layout.Free platform with premium options: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found