mirror of
https://github.com/asalimonov/authelia-admin.git
synced 2026-04-25 14:45:56 +03:00
[PR #30] [MERGED] I18n with Paraglide JS V2 #35
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/authelia-admin#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/asalimonov/authelia-admin/pull/30
Author: @asalimonov
Created: 12/4/2025
Status: ✅ Merged
Merged: 12/4/2025
Merged by: @asalimonov
Base:
main← Head:feature/i18n📝 Commits (1)
8a01354I18n with Paraglide JS V2📊 Changes
37 files changed (+1752 additions, -566 deletions)
View changed files
📝
CLAUDE.md(+84 -0)➕
messages/en.json(+388 -0)➕
messages/ru.json(+388 -0)📝
package-lock.json(+232 -18)📝
package.json(+1 -0)➕
project.inlang/.gitignore(+1 -0)➕
project.inlang/project_id(+1 -0)➕
project.inlang/settings.json(+15 -0)📝
src/app.html(+1 -1)📝
src/hooks.server.ts(+27 -9)➕
src/lib/components/LanguageSwitcher.svelte(+34 -0)📝
src/lib/server/access-service/access-service.ts(+15 -13)📝
src/lib/utils/validation.ts(+7 -9)📝
src/routes/(app)/+layout.svelte(+42 -37)📝
src/routes/(app)/+page.svelte(+13 -13)📝
src/routes/(app)/banned/ip/+page.server.ts(+17 -16)📝
src/routes/(app)/banned/ip/+page.svelte(+60 -59)📝
src/routes/(app)/banned/users/+page.server.ts(+36 -35)📝
src/routes/(app)/banned/users/+page.svelte(+58 -57)📝
src/routes/(app)/groups/+page.server.ts(+2 -1)...and 17 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.