{"id":13478023,"url":"https://github.com/google/mdbook-i18n-helpers","last_synced_at":"2025-05-15T16:05:35.140Z","repository":{"id":150821034,"uuid":"617053875","full_name":"google/mdbook-i18n-helpers","owner":"google","description":"Translation support for mdbook. The plugins here give you a structured way to maintain a translated book.","archived":false,"fork":false,"pushed_at":"2025-05-05T17:29:58.000Z","size":455,"stargazers_count":172,"open_issues_count":24,"forks_count":33,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-13T12:05:40.200Z","etag":null,"topics":["gettext","i18n","l10n","mdbook","mdbook-preprocessor","mdbook-renderer","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-21T15:57:18.000Z","updated_at":"2025-05-12T16:37:45.000Z","dependencies_parsed_at":"2024-02-20T09:25:22.036Z","dependency_job_id":"b4521123-3417-4579-b5ab-2c2d0b6b4297","html_url":"https://github.com/google/mdbook-i18n-helpers","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fmdbook-i18n-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fmdbook-i18n-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fmdbook-i18n-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fmdbook-i18n-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/mdbook-i18n-helpers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253939184,"owners_count":21987411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gettext","i18n","l10n","mdbook","mdbook-preprocessor","mdbook-renderer","rust"],"created_at":"2024-07-31T16:01:51.421Z","updated_at":"2025-05-15T16:05:35.100Z","avatar_url":"https://github.com/google.png","language":"Rust","funding_links":[],"categories":["Rust","rust","Applications"],"sub_categories":[],"readme":"# Internationalization and Rendering extensions for `mdbook`\n\n[![Visit crates.io](https://img.shields.io/crates/v/mdbook-i18n-helpers?style=flat-square)](https://crates.io/crates/mdbook-i18n-helpers)\n[![Build workflow](https://img.shields.io/github/actions/workflow/status/google/mdbook-i18n-helpers/test.yml?style=flat-square)](https://github.com/google/mdbook-i18n-helpers/actions/workflows/test.yml?query=branch%3Amain)\n[![GitHub contributors](https://img.shields.io/github/contributors/google/mdbook-i18n-helpers?style=flat-square)](https://github.com/google/mdbook-i18n-helpers/graphs/contributors)\n[![GitHub stars](https://img.shields.io/github/stars/google/mdbook-i18n-helpers?style=flat-square)](https://github.com/google/mdbook-i18n-helpers/stargazers)\n\nThis repository contains the following crates that provide extensions and\ninfrastructure for [mdbook](https://github.com/rust-lang/mdBook/):\n\n- [mdbook-i18n-helpers](./i18n-helpers/README.md): Gettext translation support\n  for [mdbook](https://github.com/rust-lang/mdBook/)\n- [mdbook-tera-backend](./mdbook-tera-backend/README.md): Tera templates\n  extension for [mdbook](https://github.com/rust-lang/mdBook/)'s HTML renderer.\n- [i18n-report](i18n-report/README.md): A tool to generate an HTML report\n  comparing the status of a number of translations.\n\n## Showcases\n\n### mdbook-i18n-helpers\n\nPlease add your project below if it uses\n[mdbook-i18n-helpers](i18n-helpers/README.md) for translations:\n\n- [Comprehensive Rust 🦀](https://google.github.io/comprehensive-rust/)\n- [Game Boy Assembly Tutorial](https://gbdev.io/gb-asm-tutorial/)\n- [Ordinal Theory Handbook](https://docs.ordinals.com/)\n- [Getting Started with SONiC](https://r12f.com/sonic-book/)\n- [Dojo: The Provable Game Engine](https://book.dojoengine.org/)\n- [ezlog documentation](https://s1rius.github.io/ezlog/)\n- [The Cairo Programming Language](https://book.cairo-lang.org/)\n- [The Veryl Hardware Description Language](https://doc.veryl-lang.org/book/)\n- [Rust By Example](https://github.com/rust-lang/rust-by-example)\n\n### i18n-report\n\n- [Comprehensive Rust 🦀](https://google.github.io/comprehensive-rust/translation-report.html)\n\n## Installation\n\n### `mdbook-i18n-helpers`\n\nRun\n\n```shell\ncargo install mdbook-i18n-helpers\n```\n\nPlease see [USAGE](i18n-helpers/USAGE.md) for how to translate your\n[mdbook](https://github.com/rust-lang/mdBook/) project.\n\nPlease see the [i18n-helpers/CHANGELOG](CHANGELOG) for details on the changes in\neach release.\n\n### `mdbook-tera-backend`\n\nRun\n\n```shell\ncargo install mdbook-tera-backend\n```\n\n### `i18n-report`\n\nRun\n\n```shell\ncargo install i18n-report\n```\n\n## Contact\n\nFor questions or comments, please contact\n[Martin Geisler](mailto:mgeisler@google.com) or start a\n[discussion](https://github.com/google/mdbook-i18n-helpers/discussions). We\nwould love to hear from you.\n\n---\n\nThis is not an officially supported Google product.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fmdbook-i18n-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle%2Fmdbook-i18n-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fmdbook-i18n-helpers/lists"}