You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Output Considerations:
11
11
- When considering how output should look, solicit advice from baronfel.
12
12
13
13
Localization:
14
-
- Avoid modifying .xlf files and instead prompt the user to update them using the `/t:UpdateXlf` target on MSBuild.
14
+
- 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`.
15
15
- Consider localizing strings in .resx files when possible.
16
16
17
17
Documentation:
18
-
- Do not manually edit files under documentation/manpages/sdk as these are generated based on documentation and should not be manually modified.
18
+
- Do not manually edit files under documentation/manpages/sdk as these are generated based on documentation and should not be manually modified.
0 commit comments