From 47fe14c6cc18634b8563e77049124ea89d08da08 Mon Sep 17 00:00:00 2001 From: Bastian Masanek Date: Mon, 3 Nov 2025 15:37:53 +0100 Subject: [PATCH] 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. --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 0366b33..574fe9d 100644 --- a/CLAUDE.md +++ b/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 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" \ No newline at end of file