From 29d21c9fa9888b8b0deae488b51ee0e9d752222d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Mon, 14 Jul 2014 01:56:18 +0200 Subject: [PATCH] Add "Who are you ?" and "How can I help ?" questions in the FAQ --- index.html | 10 ++++++++++ src/index.html | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/index.html b/index.html index 8fa7cc6..8662c7a 100644 --- a/index.html +++ b/index.html @@ -9847,6 +9847,16 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht You can report bugs using GitHub. You can also contact us using our twitter account (@WalletGenerator). Just try to explain clearly what is wrong and we will try to fix the bug as soon as possible.

+

• Who are you ?

+

+ We are just two random guy having fun with a side project. +

+ +

• How can I help ?

+

+ Donation are always welcome, but you can also help us translate the website. It's really easy. Just add "?i18nextract=LANGUAGECODE" in the end of the url (for instance http://walletgenerator.net/?i18nextract=es for spanish). You will see at the end of the page a pre-filled javascript array ready to be translated. Translate or correct it, and send it to us the way you prefer. Even partial translation are helpfull ! +

+ diff --git a/src/index.html b/src/index.html index fa5e9a3..bd642c5 100644 --- a/src/index.html +++ b/src/index.html @@ -314,6 +314,16 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht You can report bugs using GitHub. You can also contact us using our twitter account (@WalletGenerator). Just try to explain clearly what is wrong and we will try to fix the bug as soon as possible.

+

• Who are you ?

+

+ We are just two random guy having fun with a side project. +

+ +

• How can I help ?

+

+ Donation are always welcome, but you can also help us translate the website. It's really easy. Just add "?i18nextract=LANGUAGECODE" in the end of the url (for instance http://walletgenerator.net/?i18nextract=es for spanish). You will see at the end of the page a pre-filled javascript array ready to be translated. Translate or correct it, and send it to us the way you prefer. Even partial translation are helpfull ! +

+