[PR #1441] [MERGED] feat(web): More localisation #9072

Closed
opened 2026-02-05 13:58:00 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1441
Author: @Mortein
Created: 1/27/2023
Status: Merged
Merged: 1/28/2023
Merged by: @alextran1502

Base: mainHead: usual-junglefowl


📝 Commits (6)

  • b26be91 File size localisation
  • a776e7d Localisation for sidebar tooltips
  • 16e0515 Localisation for active/waiting jobs
  • 61ca16d Localisation for selected item counts
  • 6dade33 Prettier
  • 2c05583 Ignore Jest coverage directory for Prettier

📊 Changes

8 files changed (+25 additions, -12 deletions)

View changed files

📝 web/.prettierignore (+1 -0)
📝 web/src/lib/components/admin-page/jobs/job-tile.svelte (+4 -2)
📝 web/src/lib/components/album-page/album-viewer.svelte (+1 -1)
📝 web/src/lib/components/album-page/asset-selection.svelte (+5 -1)
📝 web/src/lib/components/share-page/individual-shared-viewer.svelte (+3 -1)
📝 web/src/lib/components/shared-components/side-bar/side-bar.svelte (+6 -4)
📝 web/src/lib/components/shared-components/upload-panel.svelte (+2 -2)
📝 web/src/routes/photos/+page.svelte (+3 -1)

📄 Description

Localise more numbers. Swap the upload dialog to use a formatted string for file size.

npm run check:all was throwing warnings for all the coverage files, so I added an ignore to Prettier.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/1441 **Author:** [@Mortein](https://github.com/Mortein) **Created:** 1/27/2023 **Status:** ✅ Merged **Merged:** 1/28/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `usual-junglefowl` --- ### 📝 Commits (6) - [`b26be91`](https://github.com/immich-app/immich/commit/b26be91bd4ad90f9f30bfe3043416fcbe6a18ceb) File size localisation - [`a776e7d`](https://github.com/immich-app/immich/commit/a776e7de1d35c900e410a7a4a21690a19cbd6edf) Localisation for sidebar tooltips - [`16e0515`](https://github.com/immich-app/immich/commit/16e0515a5575a80720bc50d16f87dadc57ccc17f) Localisation for active/waiting jobs - [`61ca16d`](https://github.com/immich-app/immich/commit/61ca16d48aab787525198e80e02c7144113c98c9) Localisation for selected item counts - [`6dade33`](https://github.com/immich-app/immich/commit/6dade331310fe105812f4678c08f63f1b85526dd) Prettier - [`2c05583`](https://github.com/immich-app/immich/commit/2c0558390c04b71343329c6e3f79377c8c402ff3) Ignore Jest coverage directory for Prettier ### 📊 Changes **8 files changed** (+25 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `web/.prettierignore` (+1 -0) 📝 `web/src/lib/components/admin-page/jobs/job-tile.svelte` (+4 -2) 📝 `web/src/lib/components/album-page/album-viewer.svelte` (+1 -1) 📝 `web/src/lib/components/album-page/asset-selection.svelte` (+5 -1) 📝 `web/src/lib/components/share-page/individual-shared-viewer.svelte` (+3 -1) 📝 `web/src/lib/components/shared-components/side-bar/side-bar.svelte` (+6 -4) 📝 `web/src/lib/components/shared-components/upload-panel.svelte` (+2 -2) 📝 `web/src/routes/photos/+page.svelte` (+3 -1) </details> ### 📄 Description Localise more numbers. Swap the upload dialog to use a formatted string for file size. `npm run check:all` was throwing warnings for all the coverage files, so I added an ignore to Prettier. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:58:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9072