layout | title | description | image |
---|---|---|---|
page |
Translations |
How shall men meditate in that which they cannot understand? |
/assets/images/bitcoin/translations.png |
If you want to translate or remix my work in any way, you are free to do so, as long as you comply with the [terms of the license][license]. Feel free to reach out to me if you have any questions or are working on a translation. I will gladly link to it in the original article.
How to go about doing translations:
- [Read the license][license]
- Choose what you want to translate
- Translate it
- Mention and link to the [CC BY-SA 4.0 license][cc-by-sa] in your work
- Host your translation somewhere1
- [Notify me][contact]
Find a list of translations below. If a translation is missing please [let me know][contact].
The plant must spring again from its seed, or it will bear no flower.
Percy Bysshe Shelley
{% for post in site.categories.bitcoin %} {% assign code = post.redirect_from | replace: '/', '' %} {% assign translations = site.translations | where: "code", code %} {% assign numTrans = translations | size %} {% if numTrans > 0 %}
{% include translations.html code=code hide_heading=true hide_link=true %} {% endif %} {% endfor %}
- [Multiple translations][21trans] by various translators
{% assign translators = site.translations | map: "author" %}
At least {{ translators | uniq | size }} people were involved in creating more than {{ site.translations | size }} translations and remixes of my writing. Thank you for providing your [time and talent][support]:
{{ translators | uniq | join: ", " }}.
Translators are the shadow heroes of literature, the often forgotten instruments that make it possible for different cultures to talk to one another, who have enabled us to understand that we all, from every part of the world, live in one world.
Paul Auster
[contact]: {{ '/contact' | absolute_url }} [license]: {{ '/license' | absolute_url }} [support]: {{ '/support' | absolute_url }} [cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/ [21lessons]: https://21lessons.com [21trans]: https://21lessons.com/translations
Footnotes
-
You can use Medium, or Ghost, or Wordpress, or Blogger, or Jekyll, or Telegra.ph, or Write.as, or one of the thousands of publishing solutions that surely exist. You can also just host a txt file on your web server or something. ↩