mkdocs-static-i18n


Namemkdocs-static-i18n JSON
Version 1.2.3 PyPI version JSON
download
home_pageNone
SummaryMkDocs i18n plugin using static translation markdown files
upload_time2024-05-02 12:00:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![logo by max.icons](https://github.com/ultrabug/mkdocs-static-i18n/blob/main/docs/assets/logo_by_maxicons.png)

# MkDocs static i18n plugin

![mkdocs-static-i18n pypi version](https://img.shields.io/pypi/v/mkdocs-static-i18n.svg)

*The MkDocs plugin that helps you support multiple language versions of your site / documentation.*

*Like what you :eyes:? Using this plugin? Give it a :star:!*

The `mkdocs-static-i18n` plugin allows you to support multiple languages of your documentation by adding static translation files to your existing documentation pages.

Multi language support is just **one `.<language>.md` file away**!

Even better, `mkdocs-static-i18n` also allows you to build and serve localized versions of any file extension to display localized images, medias and assets.

Localized images/medias/assets are just **one `.<language>.<extension>` file away**!

Don't like file suffixes? You're more into a folder based structure? We got you covered as well!

## Documentation

Check out the [plugins' documentation here](https://ultrabug.github.io/mkdocs-static-i18n/).

TL;DR? There's a [quick start guide](https://ultrabug.github.io/mkdocs-static-i18n/getting-started/quick-start/) for you!

## Upgrading from 0.x versions

:warning: Version 1.0.0 brings **breaking changes** to the configuration format of the plugin. Check out the [upgrade to v1.0.0 guide](https://ultrabug.github.io/mkdocs-static-i18n/setup/upgrading-to-1/) to ease updating your `mkdocs.yml` file!

## See it in action

This plugin is proudly bringing localized content of [hundreds of projects](https://github.com/ultrabug/mkdocs-static-i18n/network/dependents) to their users.

Check it out live:

- [On this repository documentation](https://ultrabug.github.io/mkdocs-static-i18n/)
- [On my own website: ultrabug.fr](https://ultrabug.fr)

But also in our hall of fame:

- [AWS Copilot CLI](https://aws.github.io/copilot-cli/)
- [OWASP Top 10](https://github.com/OWASP/Top10)
- [Spaceship Prompt](https://spaceship-prompt.sh/)
- [FederatedAI FATE](https://fate.readthedocs.io/en/latest/)
- [Privacy Guides Org](https://www.privacyguides.org/en/)
- [Computer Science Self Learning Wiki](https://csdiy.wiki/)

## Contributions welcome

Feel free to ask questions, enhancements and to contribute to this project!

## Credits

- Logo by [max.icons](https://www.flaticon.com/authors/maxicons)
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mkdocs-static-i18n",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Ultrabug <ultrabug@ultrabug.net>",
    "download_url": "https://files.pythonhosted.org/packages/7e/39/e8c24a79d7fd557be67967e2bed3fd450247182ef01d3408a6b3193903c3/mkdocs_static_i18n-1.2.3.tar.gz",
    "platform": null,
    "description": "![logo by max.icons](https://github.com/ultrabug/mkdocs-static-i18n/blob/main/docs/assets/logo_by_maxicons.png)\n\n# MkDocs static i18n plugin\n\n![mkdocs-static-i18n pypi version](https://img.shields.io/pypi/v/mkdocs-static-i18n.svg)\n\n*The MkDocs plugin that helps you support multiple language versions of your site / documentation.*\n\n*Like what you :eyes:? Using this plugin? Give it a :star:!*\n\nThe `mkdocs-static-i18n` plugin allows you to support multiple languages of your documentation by adding static translation files to your existing documentation pages.\n\nMulti language support is just **one `.<language>.md` file away**!\n\nEven better, `mkdocs-static-i18n` also allows you to build and serve localized versions of any file extension to display localized images, medias and assets.\n\nLocalized images/medias/assets are just **one `.<language>.<extension>` file away**!\n\nDon't like file suffixes? You're more into a folder based structure? We got you covered as well!\n\n## Documentation\n\nCheck out the [plugins' documentation here](https://ultrabug.github.io/mkdocs-static-i18n/).\n\nTL;DR? There's a [quick start guide](https://ultrabug.github.io/mkdocs-static-i18n/getting-started/quick-start/) for you!\n\n## Upgrading from 0.x versions\n\n:warning: Version 1.0.0 brings **breaking changes** to the configuration format of the plugin. Check out the [upgrade to v1.0.0 guide](https://ultrabug.github.io/mkdocs-static-i18n/setup/upgrading-to-1/) to ease updating your `mkdocs.yml` file!\n\n## See it in action\n\nThis plugin is proudly bringing localized content of [hundreds of projects](https://github.com/ultrabug/mkdocs-static-i18n/network/dependents) to their users.\n\nCheck it out live:\n\n- [On this repository documentation](https://ultrabug.github.io/mkdocs-static-i18n/)\n- [On my own website: ultrabug.fr](https://ultrabug.fr)\n\nBut also in our hall of fame:\n\n- [AWS Copilot CLI](https://aws.github.io/copilot-cli/)\n- [OWASP Top 10](https://github.com/OWASP/Top10)\n- [Spaceship Prompt](https://spaceship-prompt.sh/)\n- [FederatedAI FATE](https://fate.readthedocs.io/en/latest/)\n- [Privacy Guides Org](https://www.privacyguides.org/en/)\n- [Computer Science Self Learning Wiki](https://csdiy.wiki/)\n\n## Contributions welcome\n\nFeel free to ask questions, enhancements and to contribute to this project!\n\n## Credits\n\n- Logo by [max.icons](https://www.flaticon.com/authors/maxicons)",
    "bugtrack_url": null,
    "license": null,
    "summary": "MkDocs i18n plugin using static translation markdown files",
    "version": "1.2.3",
    "project_urls": {
        "Documentation": "https://github.com/ultrabug/mkdocs-static-i18n#readme",
        "Download": "https://github.com/ultrabug/mkdocs-static-i18n/tags",
        "Funding": "https://ultrabug.fr/#support-me",
        "Homepage": "https://github.com/ultrabug/mkdocs-static-i18n",
        "Source": "https://github.com/ultrabug/mkdocs-static-i18n",
        "Tracker": "https://github.com/ultrabug/mkdocs-static-i18n/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a194c9f865302cd773c30fc14ed1b1a15074a7f3132caf4543c77e57c22885f",
                "md5": "13e73f29a012b59c81f51c350f9110af",
                "sha256": "e6f2f3c53b657d7632015b32dea3c64d0b80a7a8d6cde0334ca8f66f9e33b52f"
            },
            "downloads": -1,
            "filename": "mkdocs_static_i18n-1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13e73f29a012b59c81f51c350f9110af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21431,
            "upload_time": "2024-05-02T12:00:54",
            "upload_time_iso_8601": "2024-05-02T12:00:54.321798Z",
            "url": "https://files.pythonhosted.org/packages/3a/19/4c9f865302cd773c30fc14ed1b1a15074a7f3132caf4543c77e57c22885f/mkdocs_static_i18n-1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e39e8c24a79d7fd557be67967e2bed3fd450247182ef01d3408a6b3193903c3",
                "md5": "a5576259d6404d6111822a9ef60a6f00",
                "sha256": "7ccf4da6dd29570ec49cd863ebff6fef9cb82dbb1cb85249bdf744e8d839c914"
            },
            "downloads": -1,
            "filename": "mkdocs_static_i18n-1.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a5576259d6404d6111822a9ef60a6f00",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1370068,
            "upload_time": "2024-05-02T12:00:51",
            "upload_time_iso_8601": "2024-05-02T12:00:51.813077Z",
            "url": "https://files.pythonhosted.org/packages/7e/39/e8c24a79d7fd557be67967e2bed3fd450247182ef01d3408a6b3193903c3/mkdocs_static_i18n-1.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 12:00:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ultrabug",
    "github_project": "mkdocs-static-i18n#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mkdocs-static-i18n"
}
        
Elapsed time: 0.32288s