[PR #1810] [MERGED] fix(mobiile): Fixed load translations in background sync #9223

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1810
Author: @martyfuhry
Created: 2/21/2023
Status: Merged
Merged: 2/21/2023
Merged by: @alextran1502

Base: mainHead: fix/load-translations


📝 Commits (2)

  • e3b5f26 fixed regression where i accidentally removed load translations from the background sync
  • 5355edb only for android

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 mobile/lib/modules/backup/background_service/background.service.dart (+8 -0)

📄 Description

Fixes a regression which accidentally removed the loadTranslations() function in #1758.


🔄 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/1810 **Author:** [@martyfuhry](https://github.com/martyfuhry) **Created:** 2/21/2023 **Status:** ✅ Merged **Merged:** 2/21/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/load-translations` --- ### 📝 Commits (2) - [`e3b5f26`](https://github.com/immich-app/immich/commit/e3b5f267c439f08edaccf0160d7887fb2d98d151) fixed regression where i accidentally removed load translations from the background sync - [`5355edb`](https://github.com/immich-app/immich/commit/5355edb2c0b888e04d41db0db744bdd0774d18d2) only for android ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/backup/background_service/background.service.dart` (+8 -0) </details> ### 📄 Description Fixes a regression which accidentally removed the `loadTranslations()` function in #1758. --- <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 14:00:44 +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#9223