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

Adding russian translations to docs site #137

Merged
merged 8 commits into from
Oct 7, 2024

Conversation

dyadyaJora
Copy link
Contributor

Closes #133

Added translations for:

  • Home
  • Getting Started
  • Guides
    • Subresource Integrity
      • SRI for Statically Generated Sites
      • SRI for SSR Content
    • Security Headers
      • Content-Security-Policy (CSP)
    • Hosting Integrations
      • Netlify
      • Vercel
  • Reference
    • Configuration
  • Other
    • Known Limitations
    • Team & Services

@castarco
Copy link
Contributor

castarco commented Oct 3, 2024

Thank you @dyadyaJora :) , I'll be reviewing this tomorrow (it's quite late around here right now).

@castarco
Copy link
Contributor

castarco commented Oct 6, 2024

Hi @dyadyaJora , there are some details that should be fixed for this PR to be accepted.

  • commits should be signed. You can find some references on how to do it in the CONTRIBUTING guidelines.
  • history should be linear, this means not merging main into your branch, but rebasing it.

You can easily do a proper rebase by following these steps:

  • git switch main
  • git pull origin main (in case you are working from your own fork, you'll probably have to sync your fork as well)
  • git switch YOUR_BRANCH_NAME
  • git rebase -i main (here, you should remove the last merge commit if it appears listed). You can learn a bit more about "interactive rebase" here: https://www.sitepoint.com/git-interactive-rebase-guide/

https://github.com/kindspells/astro-shield/blob/main/CONTRIBUTING.md

@castarco castarco merged commit ae61acd into kindspells:main Oct 7, 2024
5 checks passed
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.

Documentation - Translate to Russian
2 participants