Skip to content

Commit

Permalink
Improving examples. h/t @Kwpolska
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 25, 2017
1 parent 0c37b25 commit 422acf4
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions nikola/conf.py.in
Expand Up @@ -296,7 +296,7 @@ POSTS_SECTIONS = True
# For example:
# [
# {'en': 'private', 'de': 'Privat'},
# {'en': 'business', 'fr': 'Arbeit'},
# {'en': 'work', 'fr': 'travail', 'de': 'Arbeit'},
# ]
# POSTS_SECTION_TRANSLATIONS = []

Expand Down Expand Up @@ -357,17 +357,8 @@ HIDDEN_TAGS = ['mathjax']
# TAGLIST_MINIMUM_POSTS = 1

# A list of dictionaries specifying tags which translate to each other.
# For example:
# [
# {'en': 'car', 'de': 'Auto'},
# {'en': 'window', 'fr': 'fenêtre'},
# ]
# Note that tags in the same language can appear more than once, for
# example if they have different meaning:
# [
# {'en': 'cloud', 'de': 'Wolke'}, # the fluffy thing in the sky
# {'en': 'cloud', 'de': 'Cloud'}, # cloud computing
# ]
# Format: a list of dicts {language: translation, language2: translation2, …}
# See POSTS_SECTION_TRANSLATIONS example above.
# TAG_TRANSLATIONS = []

# If set to True, a tag in a language will be treated as a translation
Expand Down Expand Up @@ -429,11 +420,8 @@ CATEGORY_OUTPUT_FLAT_HIERARCHY = ${CATEGORY_OUTPUT_FLAT_HIERARCHY}
HIDDEN_CATEGORIES = []

# A list of dictionaries specifying categories which translate to each other.
# For example:
# [
# {'en': 'private', 'de': 'Privat'},
# {'en': 'business', 'fr': 'travail'},
# ]
# Format: a list of dicts {language: translation, language2: translation2, …}
# See POSTS_SECTION_TRANSLATIONS example above.
# CATEGORY_TRANSLATIONS = []

# If set to True, a category in a language will be treated as a translation
Expand Down

0 comments on commit 422acf4

Please sign in to comment.