From a8c936ee6fb5cd0f2df362e54f2f3b3ee1597755 Mon Sep 17 00:00:00 2001 From: luisangelsm Date: Mon, 30 Mar 2026 18:32:27 +0200 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 847f487d..6debdc6d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -46,8 +46,8 @@ cmake --build build --config Release --target release_translations ``` Important: -- Do not run `lupdate` only on `qml.qrc` (or only on a subset of files), because that can mark unrelated translations as obsolete. -- In `YACReaderLibrary`, `qt_add_translations(...)` is configured to scan full target sources and include QML from `qml.qrc`. +- Do not run `lupdate` only on a hand-picked subset of QML files, because that can mark unrelated translations as obsolete. +- In `YACReaderLibrary`, `qt_add_translations(...)` is configured to scan full target sources and include the QML files directly. - `update_translations` updates both locale TS files and `*_source.ts` template files for all apps. - `*_source.ts` files are translator base templates and must not be treated as shipped locales.