mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
[PR #1364] i18n: add German language #1386
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/1364
Author: @WauHundeland
Created: 6/24/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
28f113ei18n: 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.