diff --git a/.cursor/rules/localization-workflow.mdc b/.cursor/rules/localization-workflow.mdc index 08be1c0..85b9a3a 100644 --- a/.cursor/rules/localization-workflow.mdc +++ b/.cursor/rules/localization-workflow.mdc @@ -6,6 +6,7 @@ alwaysApply: true # Localization Workflow - Treat repo-root docs paths as the canonical English source and keep identical relative file paths/filenames across all locales. +- For planned doc changes, default scope to English source files only. Do not plan or execute manual edits to non-English locale content (for example `es/**`) unless the user explicitly asks for localized updates; rely on the existing translation workflow to propagate English changes. - Keep all locale navigation in `docs.json` under `navigation.languages`; do not reintroduce `navigation.global` or top-level `navbar`. - Keep SEO metatags in English unless explicitly requested otherwise. - Do not translate code snippets, inline code, URLs, route slugs, or API identifiers. diff --git a/.gitignore b/.gitignore index 9bdf355..08500c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .DS_Store -.env \ No newline at end of file +.env +.tmp \ No newline at end of file diff --git a/README.md b/README.md index e00077b..e323537 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Use `npm run