Wiredcraft / jekyllpro-cms

A lightweight CMS for Jekyll websites.
http://jekyllpro.com/#cms
MIT License
7 stars 2 forks source link

Adjustment for multilingual support #36

Open hunvreus opened 7 years ago

hunvreus commented 7 years ago

This ticket is broken in 2 parts. Only act on the first one for now;

hunvreus commented 7 years ago

By the way, the site we're gonna be testing it against is at https://github.com/Wiredcraft/1912pike.

zbal commented 7 years ago

(now available at http://{branch}.1912pike.wiredcraft.jekyllpro.com) - see https://github.com/Wiredcraft/jekyllpro/issues/26 for more details

JuhaS commented 7 years ago

@hunvreus can this be closed, I believed we used another approach in the end.

JuhaS commented 7 years ago

You can safely ignore the stuff above.

However;

  1. When the language is not default, you need to save the language as categories: in the YAML front matter as well. For example;

    title: Non default language post
    lang: en
    categories: en
  2. If a post has no translation yet, we should allow the use to change the language and have the language bar enabled.