Skip to content

Commit

Permalink
chore(mobile): added 'ignore_icloud' translation item (immich-app#12788)
Browse files Browse the repository at this point in the history
impr: added 'ignore_icloud' translation item
  • Loading branch information
rgomulin authored Oct 9, 2024
1 parent 7561d41 commit 057510a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions mobile/assets/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"backup_controller_page_background_is_on": "Automatic background backup is on",
"backup_controller_page_background_turn_off": "Turn off background service",
"backup_controller_page_background_turn_on": "Turn on background service",
"ignore_icloud_photos": "Ignore iCloud photos",
"ignore_icloud_photos_description": "Photos that are stored on iCloud will not be uploaded to the Immich server",
"backup_controller_page_background_wifi": "Only on WiFi",
"backup_controller_page_backup": "Backup",
"backup_controller_page_backup_selected": "Selected: ",
Expand Down
2 changes: 1 addition & 1 deletion mobile/assets/i18n/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,4 +589,4 @@
"viewer_remove_from_stack": "Удалить из стека",
"viewer_stack_use_as_main_asset": "Использовать в качестве основного объекта",
"viewer_unstack": "Разобрать стек"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ class BackupSettings extends HookConsumerWidget {
if (Platform.isIOS)
SettingsSwitchListTile(
valueNotifier: ignoreIcloudAssets,
title: 'Ignore iCloud photos',
subtitle:
'Photos that are stored on iCloud will not be uploaded to the Immich server',
title: 'ignore_icloud_photos'.tr(),
subtitle: 'ignore_icloud_photos_description'.tr(),
),
if (Platform.isAndroid && isAdvancedTroubleshooting.value)
SettingsButtonListTile(
Expand Down

0 comments on commit 057510a

Please sign in to comment.