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

Conversation

dkillen
Copy link
Contributor

@dkillen dkillen commented Mar 7, 2022

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.

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 dkillen changed the title Added support for internationalisation Added support for localisation Mar 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants