From 654a2120354a9022f992c6f23afc9af0140dbd46 Mon Sep 17 00:00:00 2001 From: Jan Jones Date: Tue, 15 Jul 2025 08:53:00 +0200 Subject: [PATCH] Update xlf copilot instructions --- .github/copilot-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 2b187a949b6b..beabe34a69c9 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -11,8 +11,8 @@ Output Considerations: - When considering how output should look, solicit advice from baronfel. Localization: -- Avoid modifying .xlf files and instead prompt the user to update them using the `/t:UpdateXlf` target on MSBuild. +- Avoid modifying .xlf files and instead prompt the user to update them using the `/t:UpdateXlf` target on MSBuild. Correctly automatically modified .xlf files have elements with state `needs-review-translation` or `new`. - Consider localizing strings in .resx files when possible. Documentation: -- Do not manually edit files under documentation/manpages/sdk as these are generated based on documentation and should not be manually modified. \ No newline at end of file +- Do not manually edit files under documentation/manpages/sdk as these are generated based on documentation and should not be manually modified.