Skip to content

Docs/add german readme de only - #853

Closed
TheJokerArtzzZ wants to merge 1 commit into
rtk-ai:developfrom
TheJokerArtzzZ:docs/add-german-readme-de-only
Closed

TheJokerArtzzZ wants to merge 1 commit into
rtk-ai:developfrom
TheJokerArtzzZ:docs/add-german-readme-de-only

Conversation

@TheJokerArtzzZ

Copy link
Copy Markdown

Summary

Add a full German translation of the project README for German-speaking users.
Keep the original meaning and structure aligned with the English README.
Preserve all commands, flags, paths, and technical identifiers unchanged (translation only for explanatory text).

Test plan

cargo fmt --all && cargo clippy --all-targets && cargo test (not run; docs-only change)
Manual review: verified translation consistency and readability
Verified command examples remain unchanged
Verified PR diff includes only the German README file

Important: All PRs must target the develop branch (not master).
See CONTRIBUTING.md for details.

@CLAassistant

CLAassistant commented Mar 26, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@TheJokerArtzzZ

Copy link
Copy Markdown
Author

Hi, I already signed the CLA.
It looks like the remaining missing committer is github-actions[bot], which cannot sign it.
Could someone please re-run or manually approve the CLA/workflow check? Thanks!

@aeppling

Copy link
Copy Markdown
Contributor

Hey

We are cleaning up the codebase and improving the project structure for better onboarding. As part of this effort, PR #826 reorganizes src/ from a flat layout into subfolders.

No logic changes — only file moves and import path updates.

What you need to do

Rebase your branch on develop when receiving this comment:

git fetch origin && git rebase origin/develop

Git detects renames automatically. If you get import conflicts, update the paths:

use crate::git;        // now: use crate::cmds::git::git;
use crate::tracking;   // now: use crate::core::tracking;
use crate::config;     // now: use crate::core::config;
use crate::init;       // now: use crate::hooks::init;
use crate::gain;       // now: use crate::analytics::gain;

Need help rebasing? Tag @aeppling

@TheJokerArtzzZ
TheJokerArtzzZ force-pushed the docs/add-german-readme-de-only branch from bef7eb0 to d489513 Compare March 29, 2026 18:39
@TheJokerArtzzZ
TheJokerArtzzZ force-pushed the docs/add-german-readme-de-only branch from d489513 to 1b3d6a8 Compare April 1, 2026 08:38
@rtk-release-bot

Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as stale due to 90 days of inactivity. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. Your contribution is very much appreciated — we're sorry we haven't been able to review it yet.

@rtk-release-bot rtk-release-bot Bot added the stale label Sep 3, 2026
@rtk-release-bot

Copy link
Copy Markdown
Contributor

Closing this pull request after a prolonged period of inactivity. If this is still relevant, please ask for it to be reopened. Thank you!

@rtk-release-bot rtk-release-bot Bot closed this Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants