HeyPuter / puter

🌐 The Internet OS! Free, Open-Source, and Self-Hostable.
https://puter.com
GNU Affero General Public License v3.0
25.83k stars 1.7k forks source link

Translate README.md from English to Swedish #737

Closed jelveh closed 1 month ago

jelveh commented 2 months ago

We need to create a Swedish version of our README to make our project more accessible to Swedish-speaking users and contributors.

Task Description

Steps

  1. Copy the existing README.en.md file to create README.sv.md in the same directory (./doc/i18n/)
  2. Translate all text content from English to Swedish, including:
    • Headings
    • Paragraphs
    • Lists
    • Code comments (if any)
    • Any other textual content
  3. Preserve all markdown formatting, including:
    • Heading levels
    • Bold and italic text
    • Links
    • Code blocks
    • Tables
    • Images
  4. Ensure all links and references remain functional in the Swedish version
  5. Update any language-specific content (e.g., language badges) to reflect Swedish instead of English

Additional Considerations

Definition of Done

Resources

4nshuman commented 1 month ago

Hello @jelveh. I'd like to contribute on resolving this issue. Would you please assign this issue to me.

jelveh commented 1 month ago

Go for it! 🫡

4nshuman commented 1 month ago

Hi @jelveh, I've raised a PR for this issue, please take a look and let me know in case of any change needed.