[PR #1364] i18n: add German language #1386

Open
opened 2025-11-09 10:11:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1364
Author: @WauHundeland
Created: 6/24/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 28f113e i18n: add German language support to languages.json

📊 Changes

27 files changed (+818 additions, -1 deletions)

View changed files

web/i18n/de/a11y/dialog.json (+5 -0)
web/i18n/de/a11y/donate.json (+4 -0)
web/i18n/de/a11y/general.json (+3 -0)
web/i18n/de/a11y/queue.json (+5 -0)
web/i18n/de/a11y/save.json (+13 -0)
web/i18n/de/a11y/tabs.json (+3 -0)
web/i18n/de/about.json (+36 -0)
web/i18n/de/about/credits.md (+85 -0)
web/i18n/de/about/general.md (+67 -0)
web/i18n/de/about/privacy.md (+117 -0)
web/i18n/de/about/terms.md (+59 -0)
web/i18n/de/button.json (+29 -0)
web/i18n/de/dialog.json (+28 -0)
web/i18n/de/donate.json (+37 -0)
web/i18n/de/error.json (+11 -0)
web/i18n/de/error/api.json (+62 -0)
web/i18n/de/error/queue.json (+19 -0)
web/i18n/de/general.json (+7 -0)
web/i18n/de/notification.json (+4 -0)
web/i18n/de/queue.json (+16 -0)

...and 7 more files

📄 Description

I have translated the entire cobalt web application to german. These translations are made with surrounding context in mind and translated humanly for increased accuracy. I also checked the page for any issues with the translation and i didn't find any. This is also my first time contributing, so I'm sorry if i did anything wrong


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/1364 **Author:** [@WauHundeland](https://github.com/WauHundeland) **Created:** 6/24/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`28f113e`](https://github.com/imputnet/cobalt/commit/28f113e719cb53fb25b2609f8f9efe7bf31933d3) i18n: add German language support to languages.json ### 📊 Changes **27 files changed** (+818 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `web/i18n/de/a11y/dialog.json` (+5 -0) ➕ `web/i18n/de/a11y/donate.json` (+4 -0) ➕ `web/i18n/de/a11y/general.json` (+3 -0) ➕ `web/i18n/de/a11y/queue.json` (+5 -0) ➕ `web/i18n/de/a11y/save.json` (+13 -0) ➕ `web/i18n/de/a11y/tabs.json` (+3 -0) ➕ `web/i18n/de/about.json` (+36 -0) ➕ `web/i18n/de/about/credits.md` (+85 -0) ➕ `web/i18n/de/about/general.md` (+67 -0) ➕ `web/i18n/de/about/privacy.md` (+117 -0) ➕ `web/i18n/de/about/terms.md` (+59 -0) ➕ `web/i18n/de/button.json` (+29 -0) ➕ `web/i18n/de/dialog.json` (+28 -0) ➕ `web/i18n/de/donate.json` (+37 -0) ➕ `web/i18n/de/error.json` (+11 -0) ➕ `web/i18n/de/error/api.json` (+62 -0) ➕ `web/i18n/de/error/queue.json` (+19 -0) ➕ `web/i18n/de/general.json` (+7 -0) ➕ `web/i18n/de/notification.json` (+4 -0) ➕ `web/i18n/de/queue.json` (+16 -0) _...and 7 more files_ </details> ### 📄 Description I have translated the entire cobalt web application to german. These translations are made with surrounding context in mind and translated humanly for increased accuracy. I also checked the page for any issues with the translation and i didn't find any. This is also my first time contributing, so I'm sorry if i did anything wrong --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:11:57 -06:00
Sign in to join this conversation.