You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.. | ||
_data | 4 years ago | |
_includes | 4 years ago | |
_layouts | 4 years ago | |
_site | 4 years ago | |
assets | 4 years ago | |
de | 4 years ago | |
en | 4 years ago | |
es | 4 years ago | |
nl | 4 years ago | |
ru | 4 years ago | |
Gemfile | 4 years ago | |
Gemfile.lock | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
_config.yml | 4 years ago | |
feed.xml | 4 years ago | |
index.html | 4 years ago | |
license.md | 4 years ago | |
privacy.md | 4 years ago |
README.md
fluffychat-website
The FluffyChat website including the FAQ is now available in english, german and spanish. If you would like to help with translations, you can check out this repo here: https://gitlab.com/ChristianPauly/fluffychat-website or just send me a translated version of these two files:
- https://gitlab.com/ChristianPauly/fluffychat-website/blob/master/en/faq.md
- https://gitlab.com/ChristianPauly/fluffychat-website/blob/master/data/en.yml
or:
Translation tutorial using GitLab:
- Fork this repo
- Copy data/en.yml and /en to your language (e.g. to kl.yml and /kl)
- Translate the strings in kl.yml to your language to translate the index page
- Translate the file /kl/faq.md to translate the FAQ
- Change the "lang" property to "kl" in /kl/index.html and /kl/faq.md
- Add "kl" to the string array in _config.yml
- Pull request and become a hero!!