Add owner swipe-delete and localized all-photos hint

This commit is contained in:
Adolfo Reyna
2026-02-20 22:22:51 -05:00
parent 0ba5d7bd0d
commit a8d21d31f8
3 changed files with 128 additions and 19 deletions

View File

@@ -78,6 +78,7 @@ const messages = {
localMinistry: "Local Ministry",
ocupation: "Ocupation",
country: 'Country',
clickToSeeAllPhotos: "Click to see all photos",
},
},
es: {
@@ -151,6 +152,7 @@ const messages = {
localMinistry: 'Ministerio local',
ocupation: 'Ocupación',
country: 'País',
clickToSeeAllPhotos: "Haz clic para ver todas las fotos",
}
},
fr: {
@@ -224,6 +226,7 @@ const messages = {
localMinistry: 'Ministère local',
ocupation: 'Occupation',
country: 'Pays',
clickToSeeAllPhotos: "Cliquez pour voir toutes les photos",
}
},
da: {
@@ -297,6 +300,7 @@ const messages = {
localMinistry: "Lokalt ministerium",
ocupation: "Beskæftigelse",
country: 'Land',
clickToSeeAllPhotos: "Klik for at se alle billeder",
}
}
}
@@ -315,4 +319,4 @@ if (messages[devideLocale]) {
}
moment.locale(i18n.locale);
export default i18n;
export default i18n;