Skip to content

Fix inconsistent indentation in es.json translation file#14

Merged
Gecko129 merged 2 commits intotutorial-updatefrom
copilot/sub-pr-13
Jan 13, 2026
Merged

Fix inconsistent indentation in es.json translation file#14
Gecko129 merged 2 commits intotutorial-updatefrom
copilot/sub-pr-13

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 13, 2026

Standardized indentation in src/i18n/es.json to use 2 spaces throughout. Lines 261-262 had inconsistent formatting (tab character and no leading whitespace respectively) that broke the file's formatting convention.

Changes:

  • Line 261: Replaced tab character with 2 spaces
  • Line 262: Added 2-space leading whitespace
   "common.back": "Volver a la configuración", 
-	"privacy.questions": "¿Preguntas? Contáctanos en",
-"terms.questions": "¿Preguntas? Contáctanos en",
+  "privacy.questions": "¿Preguntas? Contáctanos en",
+  "terms.questions": "¿Preguntas? Contáctanos en",
   "common.next": "Siguiente",

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: Gecko129 <207233579+Gecko129@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP address feedback on guided tour functionality implementation Fix inconsistent indentation in es.json translation file Jan 13, 2026
Copilot AI requested a review from Gecko129 January 13, 2026 13:11
@Gecko129 Gecko129 marked this pull request as ready for review January 13, 2026 13:12
Copilot AI review requested due to automatic review settings January 13, 2026 13:12
@Gecko129 Gecko129 merged commit 7903308 into tutorial-update Jan 13, 2026
4 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants