Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

106 #112

Closed
wants to merge 2 commits into from
Closed

106 #112

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ description:
cn: "建立在CryptoNote的基础上,AEON是一种轻量的隐私电子货币,比如区块链修剪技术的使用。来了解一下这位门罗币的小弟的特点吧"
fr: "Basée sur les Cryptonotes, AEON est une devise digitale privée de caractère léger comme l’élagage de la blockchain. Venez visiter la petite sœur de Monero!"
tagline:
en: "<strong>AEON</strong><br/>A lightweight digital currency"
en: "<strong>AEON</strong>is...<br/>a digital currency with a small footprint<br>and a big focus on private transactions."
es: "<strong>AEON</strong><br/>Una moneda digital liviana"
eo: "<strong>AEON</strong><br/>Malpeza cifereca monero"
de: "<strong>AEON</strong><br/>Eine leichte digitale Währung"
Expand Down Expand Up @@ -66,7 +66,7 @@ algorithm: "KangarooTwelve"
content:
banner: #begin with banner section
paragraph1:
en: "Decentralized digital currency is slowly becoming a normal part of everyday life. Yet everybody's main internet device continues to be their cellphone, a device with a low-powered CPU and limited available storage."
en: "Peer-to-peer, open-source digital currencies like Bitcoin are gradually becoming part of everyday life; yet few can run on everyone's primary internet device: their phone. Additionally, the most popular digital currencies are failing to protect their users' privacy, exposing their transactions and balances to the general public."
es: "La moneda digital descentralizada se está convirtiendo lentamente en una parte normal de la vida. Sin embargo, el principal dispositivo de Internet de todo el mundo sigue siendo su teléfono celular, un dispositivo con un CPU de baja potencia y un almacenamiento disponible limitado."
eo: "Malcentra cifereca valuto iom post iom estas fariĝanta normala parto de la ĉiutaga vivo. Tamen, ĉies ĉefa interreta aparato plu restas la poŝtelefono, ia aparato kun malforta ĉefprocezilo kaj limigita konserv-kapablo."
de: "Dezentralisierte, digitale Währungen werden langsam ein normaler Bestandteil unseres täglichen Lebens. Das Smartphone das Gerät der Wahl der meisten Menschen um ins Internet zu gehen, ein Gerät mit schwachen CPUs und limitiertem Speicherplatz."
Expand All @@ -75,7 +75,7 @@ content:
cn: "去中心化的电子货币正在慢慢成为日常生活的一部分。我们每个人使用的主要网络设备仍然是我们的手机,手机的中央处理器性能以及存储空间都有限。"
fr: "La devise digitale décentralisée devient lentement une partie normale de la vie quotidienne. Cependant le principal accessoire internet de chacun demeure son téléphone portable, qui a un computer de bas rendement et de capacité limitée."
paragraph2:
en: "AEON is about enabling this era, enabling an age where all people everywhere have the freedom to privately send and receive money with whatever gadget they already own."
en: "AEON unleashes this new decentralized era to billions of mobile devices. It is enabling an age where everyone has the freedom to send, receive, and store money on their go-to device without surrendering their fundamental rights to privacy."
es: "AEON se trata de habilitar esta era, habilitar una era en la que todas las personas de todo el mundo tengan la libertad de enviar y recibir dinero de manera privada con cualquier dispositivo que ya posean."
eo: "AEON temas pri ebligi tiun epokon, en kiu ĉiuj homoj ĉie havas la liberecon private sendi kaj ricevi monon per iu ajn aparato, kiun ili jam posedas"
de: "AEON wird eine neue Ära starten, eine Zeit in der alle Menschen, überall, jederzeit die Freiheit genießen privat Geld zu versenden und zu empfangen, egal was fuer ein Gerät sie gerade verwenden."
Expand Down
91 changes: 1 addition & 90 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,90 +1 @@
# AEON Project Website
Copyright (c) 2014-2019, AEON Project

url: https://www.aeon.cash

## Site Details:
AEON.cash is powered by Jekyll and hosted on Github. Changes made to this repository will reflect on to the website within moments of being committed.

### Adding a translation:
The following files will be altered in some way during translation:
```
index.html
_config.yml
_includes/header.html

```

#### Required edits to index.html
No major edits are needed here. Copy index.html as index.YOUR_LANGUAGE_ACRONYM.html. Example: `cp index.html index.pl.html`

This is all that is required for this file.

#### Required edits to _config.yml
All text for any page and every language is located in _config.yml. Each section of the website is sectioned in this file. An example is seen below.
```
title:
en: "AEON - Mobile-friendly private digital currency" #you should base your translation off of this line.
es: "AEON - Moneda Privada Digital Amigable para Móviles"
```

If you were to add in another language, please use a two letter language code (three letters if there is a conflict between language codes).
```
title:
en: "AEON - Mobile-friendly private digital currency" #you should base your translation off of this line.
es: "AEON - Moneda Privada Digital Amigable para Móviles"
pl: "AEON - Prywatna cyfrowa waluta przyjazna urządzeniom mobilnym"
```
Be sure to add your copied index file to the following section. You do not have to include the .html file extension.
```
index:
en: index
es: index.es
pl: index.pl # this is the copied index.pl.html
```

Follow what is already in the file as a guide. When in doubt, [reach out](#reaching-out).

#### Required edits to _includes/header.html
This file includes the drop down for our languages. In _includes/header.html, we ask that you add your language in.

In this file, find the lines:
```
<div class="lang-dropdown-child">
<a href="/">English</a>
<a href="/index.es">Espanol</a>
```

After the very last language, add in your language with a link to your index page. Example
```
<div class="lang-dropdown-child">
<a href="/">English</a>
<a href="/index.es">Espanol</a>
<a href="/index.pl">Polski</a>
</div>
```

After completing the above, you should be ready to submit a Pull Request to be reviewed.

#### Translation credits:
* English: Multiple sources.
* Espanol: [@420Coupe](https://github.com/420Coupe)
* Esperanto: [@marmulak](https://github.com/marmulak)
* Deutch: [@AmorbiaCacoa](https://github.com/AmorbiaCacoa)
* Polish: [@ArqTras](https://github.com/ArqTras)
* Russian: [@TheFuzzStone](https://github.com/TheFuzzStone)
* Chinese: [@Xiaomogwai](https://github.com/Xiaomogwai)
* French: [@estenity](https://bitcointalk.org/index.php?action=profile;u=662052)

### Multi-language credits:
* [@camthegeek](https://github.com/camthegeek) - new site structure + introduction of multi-language into existing theme
* [@aeon1234](https://github.com/aeon1234) - simplifying multi-language structure.
* [@BigslimVdub](https://github.com/bigslimvdub) - Community translations project organizer

## Reaching out

In need of help with editing the AEON project website? We encourage you to open an issue. However, if you are looking to receive assistance quickly, try one of the alternate solutions below.
* Reddit: https://reddit.com/r/Aeon
* IRC: https://webchat.freenode.net/?channels=%23aeon
* Discord: https://discord.gg/TM8mEsx
* Telegram: https://telegram.me/AEONgroup
Use aeon-crypto as website.