From 61fe71f5c05dec2a14a98b83e10c3182442d8f5b Mon Sep 17 00:00:00 2001
From: Darkhan Kubigenov <darkhanu@gmail.com>
Date: Tue, 4 Jun 2024 20:21:29 +0100
Subject: [PATCH] mdbook-i18n-helpers: Initial integration (#11997)

[mdbook-i18n-helpers](https://github.com/google/mdbook-i18n-helpers/) is
a plugin for [mdbook](https://rust-lang.github.io/mdBook/) which enables
localization support.
According to [crates](https://crates.io/crates/mdbook-i18n-helpers), it
was downloaded ~100k times.

The project already defines [several fuzzers within its
repo](https://github.com/google/mdbook-i18n-helpers/tree/main/fuzz).

I am one of the maintainers of the project. The main maintainer
@mgeisler approves of this request as can be seen from
https://github.com/google/mdbook-i18n-helpers/issues/83.
---
 projects/mdbook-i18n-helpers/project.yaml | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 projects/mdbook-i18n-helpers/project.yaml

diff --git a/projects/mdbook-i18n-helpers/project.yaml b/projects/mdbook-i18n-helpers/project.yaml
new file mode 100644
index 000000000000..ccb7db2c19bd
--- /dev/null
+++ b/projects/mdbook-i18n-helpers/project.yaml
@@ -0,0 +1,7 @@
+homepage: "https://github.com/google/mdbook-i18n-helpers"
+main_repo: "https://github.com/google/mdbook-i18n-helpers.git"
+language: rust
+primary_contact: "mgeisler@google.com"
+auto_ccs:
+  - "kdark@google.com"
+  - "darkhanu@gmail.com"