From 9b9bc98d5f5dc8989f5f57b894379dc788916d3d Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Tue, 18 Aug 2026 10:39:52 +1000 Subject: [PATCH] Add editors block to .translate/config.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stage 2 of the human-review rollout: names HumphreyYang as the editor of record for this edition. Block-style YAML with primary first — the flow form parses to None against the live parser. Hand-edited rather than bootstrapped so tool-version stays untouched. See QuantEcon/project-translation#24 for the rollout tracker. Co-Authored-By: Claude Fable 5 --- .translate/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.translate/config.yml b/.translate/config.yml index c8f16730..9e58c4ac 100644 --- a/.translate/config.yml +++ b/.translate/config.yml @@ -2,3 +2,6 @@ source-language: en target-language: zh-cn docs-folder: lectures tool-version: 0.20.0 +editors: + primary: HumphreyYang + secondary: []