diff --git a/i18n/en.json b/i18n/en.json index 2554bb5783..116dfaeb4a 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1457,9 +1457,9 @@ "permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.", "permission_onboarding_request": "Immich requires permission to view your photos and videos.", "person": "Person", - "person_age_months": "{months} months old", - "person_age_year_months": "1 year, {months} months old", - "person_age_years": "{years} years old", + "person_age_months": "{months, plural, one {# month} other {# months}} old", + "person_age_year_months": "1 year, {months, plural, one {# month} other {# months}} old", + "person_age_years": "{years, plural, other {# years}} old", "person_birthdate": "Born on {date}", "person_hidden": "{name}{hidden, select, true { (hidden)} other {}}", "photo_shared_all_users": "Looks like you shared your photos with all users or you don't have any user to share with.",