[PR #1805] [MERGED] feat(mobile): added more translations #9218

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1805
Author: @michelheusschen
Created: 2/20/2023
Status: Merged
Merged: 2/20/2023
Merged by: @alextran1502

Base: mainHead: feat/mobile-add-translations


📝 Commits (1)

  • a76c6b9 feat(mobile): added more translations

📊 Changes

8 files changed (+60 additions, -31 deletions)

View changed files

📝 mobile/assets/i18n/en-US.json (+18 -2)
📝 mobile/lib/modules/album/ui/add_to_album_bottom_sheet.dart (+9 -4)
📝 mobile/lib/modules/album/ui/add_to_album_sliverlist.dart (+2 -1)
📝 mobile/lib/modules/asset_viewer/providers/image_viewer_page_state.provider.dart (+3 -2)
📝 mobile/lib/modules/home/ui/control_bottom_app_bar.dart (+3 -3)
📝 mobile/lib/modules/home/ui/profile_drawer/server_info_box.dart (+2 -2)
📝 mobile/lib/modules/home/views/home_page.dart (+3 -3)
📝 mobile/lib/modules/login/ui/change_password_form.dart (+20 -14)

📄 Description

Added some missing translations. When translations would become duplicates I moved them to a shared common.{name} key.


🔄 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/1805 **Author:** [@michelheusschen](https://github.com/michelheusschen) **Created:** 2/20/2023 **Status:** ✅ Merged **Merged:** 2/20/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/mobile-add-translations` --- ### 📝 Commits (1) - [`a76c6b9`](https://github.com/immich-app/immich/commit/a76c6b9a381bfe24efa0c941091d61cd8a88df13) feat(mobile): added more translations ### 📊 Changes **8 files changed** (+60 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `mobile/assets/i18n/en-US.json` (+18 -2) 📝 `mobile/lib/modules/album/ui/add_to_album_bottom_sheet.dart` (+9 -4) 📝 `mobile/lib/modules/album/ui/add_to_album_sliverlist.dart` (+2 -1) 📝 `mobile/lib/modules/asset_viewer/providers/image_viewer_page_state.provider.dart` (+3 -2) 📝 `mobile/lib/modules/home/ui/control_bottom_app_bar.dart` (+3 -3) 📝 `mobile/lib/modules/home/ui/profile_drawer/server_info_box.dart` (+2 -2) 📝 `mobile/lib/modules/home/views/home_page.dart` (+3 -3) 📝 `mobile/lib/modules/login/ui/change_password_form.dart` (+20 -14) </details> ### 📄 Description Added some missing translations. When translations would become duplicates I moved them to a shared `common.{name}` key. --- <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:39 +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#9218