Paul-Eraman-CoopCycle / coopcycle-docsTESTING

CoopCycle documentation

Home Page:https://docs.coopcycle.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This site is built using Jekyll and hosted on GitHub Pages.

To install:

gem install bundler jekyll

To run it locally:

bundle install
bundle exec jekyll serve --safe

Documentation

The URLs will map the folder tree (they are not configured with a .yml file).

Translations

Install Translate Toolkit

Extract translations from HTML files.

html2po --duplicates=merge _site/en/ _translations/en/

Create English message catalog (also see msgen).

podebug --rewrite=en _translations/en/ _translations/en/

Use msgcat to create one PO file.

msgcat _translations/en/*/*.po > _translations/en.po

About

CoopCycle documentation

https://docs.coopcycle.org


Languages

Language:HTML 42.9%Language:SCSS 42.7%Language:Ruby 12.2%Language:JavaScript 2.1%