From 7e4000b4e0e5b6006bbef4e20689f8122f6f1348 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 9 Apr 2025 09:20:13 -0400 Subject: [PATCH] Add custom instructions for de (#2383) --- .roo/rules-translate/instructions-de.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .roo/rules-translate/instructions-de.md diff --git a/.roo/rules-translate/instructions-de.md b/.roo/rules-translate/instructions-de.md new file mode 100644 index 0000000000..1268424832 --- /dev/null +++ b/.roo/rules-translate/instructions-de.md @@ -0,0 +1,14 @@ +# German (de) Translation Guidelines + +**Key Rule:** Always use informal speech ("du" form) in all German translations without exception. + +## Quick Reference + +| Category | Formal (Avoid) | Informal (Use) | Example | +| ----------- | ------------------------- | ------------------- | ----------------- | +| Pronouns | Sie | du | you | +| Possessives | Ihr/Ihre/Ihrem | dein/deine/deinem | your | +| Verbs | können Sie, müssen Sie | kannst du, musst du | you can, you must | +| Imperatives | Geben Sie ein, Wählen Sie | Gib ein, Wähle | Enter, Choose | + +**Technical terms** like "API", "token", "prompt" should not be translated.