Skip to content

Adding russian translations to docs site#137

Merged
castarco merged 8 commits intokindspells:mainfrom
dyadyaJora:docs/ru-translate
Oct 7, 2024
Merged

Adding russian translations to docs site#137
castarco merged 8 commits intokindspells:mainfrom
dyadyaJora:docs/ru-translate

Conversation

@dyadyaJora
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
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