Docs/add german readme de only - #853
TheJokerArtzzZ wants to merge 1 commit into
Conversation
|
Hi, I already signed the CLA. |
|
Hey We are cleaning up the codebase and improving the project structure for better onboarding. As part of this effort, PR #826 reorganizes No logic changes — only file moves and import path updates. What you need to doRebase your branch on git fetch origin && git rebase origin/developGit 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 |
bef7eb0 to
d489513
Compare
d489513 to
1b3d6a8
Compare
|
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. |
|
Closing this pull request after a prolonged period of inactivity. If this is still relevant, please ask for it to be reopened. Thank you! |
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