mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-02 18:19:30 +01:00
.. | ||
_data | ||
_includes | ||
_layouts | ||
_site | ||
assets | ||
de | ||
en | ||
es | ||
nl | ||
ru | ||
tr | ||
_config.yml | ||
feed.xml | ||
Gemfile | ||
Gemfile.lock | ||
index.html | ||
LICENSE | ||
license.md | ||
privacy.md | ||
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!!