Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Added support for localisation #1188

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Added support for localisation #1188

wants to merge 3 commits into from

Commits on Mar 7, 2022

  1. Added support for internationalisation

    Added mkdocs-statis-i18n plugin. This requires the plugin to be installed with pip:
    
    `pip install mkdocs-static-i18n`
    
    Added initial configuration to mkdocs.yml for English and French languages for demo
    purposes. At present the i18n seems to have some conflict with awesome-pages plugin.
    In this branch the awesome-pages plugin has been disabled with the result that
    navigation is perhaps broken. The root of this problem appears to be that both the
    i18n and awesome-pages plugins rebuild the site from the source files.
    
    There are also problems with styling that need to be rectified. This seem to be
    related to the fact that the i18n plugin generates a site per language and will,
    as a result, do some restructuring of the files and directories.
    dkillen committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    239ac32 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    b999204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cd553f View commit details
    Browse the repository at this point in the history