From 9b4b3cdf15225ad94804d3421d60c8dbd8dcc7e7 Mon Sep 17 00:00:00 2001 From: ehottl Date: Wed, 14 Jan 2026 11:15:08 +0900 Subject: [PATCH] fix typo --- TRANSLATING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TRANSLATING.md b/TRANSLATING.md index 39f254d0e7..19733edb08 100644 --- a/TRANSLATING.md +++ b/TRANSLATING.md @@ -61,7 +61,7 @@ MDBOOK_BOOK__LANGUAGE=xx mdbook serve ### Add a language entry -Please add a language entry in `.github/workflows/rbe.yml`, `theme/index.hbs`, and `src/bootstrap/src/core/build_steps/doc.rs` in [rust-lang/rust](https://github.com/rust-lang/rust) like below: +Please add a language entry in `.github/workflows/rbe.yml`, `theme/head.hbs`, and `src/bootstrap/src/core/build_steps/doc.rs` in [rust-lang/rust](https://github.com/rust-lang/rust) like below: * `rbe.yml` @@ -71,7 +71,7 @@ env: LANGUAGES: xx yy zz ``` -* `index.hbs` +* `head.hbs` ```html