All article sources are in src/_langs. The base content is in English under the "en" directory. Add translations by following the same structure with either a two letter or composite language code: e.g. "es", "pt-br".
Update the build to include the language code in the langs_available variable in config/common.yml. For example, to add French:
langs_available: ["fr"]
- Find the article in the original source language
- Create the root language code in
src/_langsif it does not exist for the language you are translating. For example createsrc/_langs/esfor Spanish. - Create the article in the same directory hierarchy but under this new directory.
- Translate the article
- Translate the article YAML metadata
- Localize the title
- Localize the description
- Localize the introduction
- Localize the notes (if present)
- Localize the key-takeaways (the TLDR's if present).
- Give yourself some credit by adding your details to the contributors file and add your name to the "translators:" property.
All of our content is Creative Commons 3.0. Contributions and translations are very much appreciated, however you must sign our Contributor License Agreement for the code to be pulled back in to the repository.
We want to make sure that you get the credit for the articles that you translate.
Add your details to /src/_contributors.yaml and add - translator to the role attriute. We use this information to populate our contributors page and also to attach your name to each article. For example:
paulkinlan:
name:
given: Paul
family: Kinlan
org:
name: Google
unit: Developer Relations
country: UK
role:
- author
- engineer
homepage: http://paul.kinlan.me
google: +PaulKinlan
twitter: paul_kinlan
email: paulkinlan@google.com
description: "Paul is a Developer Advocate"
For each article that you translate add your id to translators: property. For example
translators:
- paulkinlan
- petelepage