Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ The `t5-minecraft-de-en-base` model is a fine-tuned version of the `google-t5/t5
|
|
26 |
### Key Features
|
27 |
- **Bidirectional Translation:** Supports translations between German and English.
|
28 |
- **Color Code Preservation:** Recognizes and maintains Minecraft legacy color codes (`§0` to `§f`, `§k`, `§l`, etc.) during translation.
|
29 |
-
- **MiniMessage Support:**
|
30 |
- **Placeholder Recognition:** Handles placeholders such as `{{count}}` or `{0}`.
|
31 |
- **Optimized for Styled Text:** Retains the semantic and stylistic relationships between text and associated colors or effects during language translation.
|
32 |
|
|
|
26 |
### Key Features
|
27 |
- **Bidirectional Translation:** Supports translations between German and English.
|
28 |
- **Color Code Preservation:** Recognizes and maintains Minecraft legacy color codes (`§0` to `§f`, `§k`, `§l`, etc.) during translation.
|
29 |
+
- **MiniMessage Support:** Treats MiniMessage tags like `<red>` (e.g., `<red>` → `§c`).
|
30 |
- **Placeholder Recognition:** Handles placeholders such as `{{count}}` or `{0}`.
|
31 |
- **Optimized for Styled Text:** Retains the semantic and stylistic relationships between text and associated colors or effects during language translation.
|
32 |
|