Add guideline for URL creation in English

- Updated CLAUDE.md to specify that URLs should always be created in English, using the example "/checkout" instead of "/kasse".

This change aims to standardize URL formatting across the codebase for better accessibility and consistency.
This commit is contained in:
Bastian Masanek
2025-11-03 15:37:53 +01:00
parent 4a3ef037ab
commit 47fe14c6cc

View File

@@ -1232,3 +1232,4 @@ Keep the codebase modular to accommodate these features without major refactorin
- Always use context7 when I need code generation, setup or configuration steps, or
library/API documentation. This means you should automatically use the Context7 MCP
tools to resolve library id and get library docs without me having to explicitly ask.
- URLs should always be created in English and not Germanized. Example: "/checkout" instead of "/kasse"