Browse Source

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.
main
Bastian Masanek 2 months ago
parent
commit
47fe14c6cc
  1. 1
      CLAUDE.md

1
CLAUDE.md

@ -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 - 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 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. 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"
Loading…
Cancel
Save