Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translation: Spanish support #41

Draft
wants to merge 2 commits into
base: the-one
Choose a base branch
from

Conversation

martincarapia
Copy link

The Pull Request is ready

  • fixes #
  • all actions are passing
  • only fixes a single issue

Overview

Review points

Documentation-Website

  • mobile view is usable
  • desktop view is usable
  • no a-tags are used directly (NavLink, MailLink, ExternalLink instead)
  • all new texts are added to the translation files (at least the english one)
  • tests have been added (if required)
  • shared code has been extracted in a different file

Notes

Copy link
Contributor

coderabbitai bot commented May 31, 2024

Walkthrough

The changes assimilated into language/es.yml include the addition of new sections and the modification of existing ones. New sections like youtube, faq, imprint, and others have been added with detailed translations. The existing sections have received updates to their descriptions and content, enhancing the overall usability and clarity of the file.

Changes

Files Change Summary
language/es.yml Added new sections: youtube, faq, imprint, sponsors, contributors, support, 404, contributing, autowiring, middlewares, results, usage, logging, storage, routes, quick-start, loader, tools, command, cookie-consent, language-switch, and languages.
language/es.yml Updated descriptions and content in sections: home, benchmark, load-test, content-test, libraries, faq, imprint, sponsors, contributors, support, 404, contributing, autowiring, middlewares, results, usage, logging, storage, routes, quick-start, loader, tools, command, cookie-consent, language-switch, and languages.

Poem

In the code, new paths align,
Translations clear, in perfect line.
Sections fresh, updates bring,
The language file, a song to sing.
Borg drone 'code of rabbit' sees,
Efficiency, in every breeze.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you for contributing!
Please make sure the actions pass. Once your pull request has been merged, you will automatically be added to the contributor's list on the website.
If you want to be shouted out on Linkedin, have a look for the shoutout issue of the specific version.

You can also find us on slack at idrinth-api-bench.

@martincarapia
Copy link
Author

The only reason I have the rest of the website stuff in English is because it makes translation flow a lot easier.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 80ad96d and e16802b.

Files selected for processing (1)
  • language/es.yml (1 hunks)
Additional comments not posted (10)
language/es.yml (10)

64-64: CodeRabbit approves the addition of the description in the code-of-conduct section.


93-97: CodeRabbit approves the new youtube section.


98-120: CodeRabbit approves the additions in the faq section.


127-139: CodeRabbit approves the additions in the sponsors section.


140-148: CodeRabbit approves the additions in the contributors section.


149-161: CodeRabbit approves the additions in the support section.


162-168: CodeRabbit approves the additions in the 404 section.


169-202: CodeRabbit approves the extensive additions in the contributing section.


568-585: CodeRabbit approves the additions in the cookie-consent section.


586-594: CodeRabbit approves the additions in the language-switch and languages sections.


home:
meta:
title: "Principal"
description: "Bienvenido a la documentación del framework @idrinth/api-bench"
title: "¿Para qué sirve este proyecto?"
what: "Este proyecto ofrece un framework para probar rest-APIs y sitios web en busca de cambios en los tiempos de respuesta."
why: "This helps to detect performance changes in code in a quick and simple manner."
Copy link
Contributor

Choose a reason for hiding this comment

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

CodeRabbit detects missing translation for "why" in the home section.

-  why: "This helps to detect performance changes in code in a quick and simple manner."
+  why: "Esto ayuda a detectar cambios de rendimiento en el código de manera rápida y sencilla."

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
why: "This helps to detect performance changes in code in a quick and simple manner."
why: "Esto ayuda a detectar cambios de rendimiento en el código de manera rápida y sencilla."

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.

1 participant