Skip to content

🇩🇪 Update German translation#1580

Merged
KodeStar merged 1 commit into
linuxserver:2.xfrom
tuxinaut:chore/de-language-update
Jul 10, 2026
Merged

🇩🇪 Update German translation#1580
KodeStar merged 1 commit into
linuxserver:2.xfrom
tuxinaut:chore/de-language-update

Conversation

@tuxinaut

Copy link
Copy Markdown
Contributor

🇩🇪 Update German translation

Question: Are the language files auth.php and pagination.php still needed? Because I couldn't find any reference to their key. 🤔

@KodeStar

KodeStar commented Jul 10, 2026

Copy link
Copy Markdown
Member

Thanks for the update!

To answer your question: auth.php is still needed - the login controller uses Laravel's AuthenticatesUsers/ThrottlesLogins traits, which reference auth.failed (wrong credentials) and auth.throttle (too many login attempts), so those strings do show up to users. pagination.php on the other hand is only used by Laravel's built-in paginator views, which Heimdall doesn't use anywhere at the moment - but it's harmless standard Laravel scaffolding, so we'll leave it in place for now.

@KodeStar KodeStar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed - all 11 new keys match the English source strings, placement mirrors lang/en/app.php, and the file lints clean. LGTM.

@github-project-automation github-project-automation Bot moved this from PRs to PRs Approved in Issue & PR Tracker Jul 10, 2026
@KodeStar KodeStar merged commit 62823ae into linuxserver:2.x Jul 10, 2026
1 check passed
@LinuxServer-CI LinuxServer-CI moved this from PRs Approved to Done in Issue & PR Tracker Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants