From bad7586eb81ed0ec79b325589f8c7889370ca30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 5 Aug 2016 13:10:58 +0200 Subject: [PATCH] Make taxonomies configurable per language See #2312 --- content/content/multilingual.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/content/multilingual.md b/content/content/multilingual.md index bfcd6c08a..1f73194ea 100644 --- a/content/content/multilingual.md +++ b/content/content/multilingual.md @@ -38,6 +38,25 @@ and taxonomy pages will be rendered below `/en` in English, and below `/fr` in F Only the obvious non-global options can be overridden per language. Examples of global options are `BaseURL`, `BuildDrafts`, etc. +Taxonomies configuration can also be set per language, example: + +``` +[Taxonomies] +tag = "tags" + +[Languages] +[Languages.en] +weight = 1 +title = "English" + +[Languages.fr] +weight = 2 +title = "Français" +[Languages.fr.Taxonomies] +plaque = "plaques" +``` + + ### Translating your content Translated articles are identified by the name of the content file.