diff --git a/.cursor/rules/comments-translation.mdc b/.cursor/rules/comments-translation.mdc deleted file mode 100644 index d8f4a6d2b..000000000 --- a/.cursor/rules/comments-translation.mdc +++ /dev/null @@ -1,15 +0,0 @@ ---- -description: Comments translation -globs: -alwaysApply: true ---- -You are a professional software translator. Your task is to translate all Czech comments in the code to English. - -Follow these rules: -- Translate all Czech comments to English. -- Preserve the original file formatting and indentation. -- Do not modify the code itself under any circumstances. Only translate the comments. -- If you find typos in the Czech text, use grammatically correct terms in the English translation. -- If you find paths containing slashes or backslashes in the Czech text, do not translate these strings. Preserve them character for character as they are in the original text (e.g., the number of slashes and backslashes). -- Strive to maintain consistency of translated terms throughout the repository. -- When translating comments, analyze the adjacent code. The functionality, variable names, and function names can provide valuable context to help you create a more accurate and precise English translation, even improving upon the original Czech comment.