From 8ff3e328b32aa762cf97e8f3bf235ca9cdd8faec Mon Sep 17 00:00:00 2001 From: Ken-ichi Ueda Date: Wed, 8 May 2024 16:58:32 -0700 Subject: [PATCH] Changed single obs uploading status to Uploading 1 observation --- ios/Podfile.lock | 2 +- src/i18n/l10n/en.ftl | 6 +++--- src/i18n/l10n/en.ftl.json | 2 +- src/i18n/strings.ftl | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index aae38184a..f31e165f3 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1568,4 +1568,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: eebd76aa39f99b44754431ed68ce0cfbfc5ec2f7 -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/src/i18n/l10n/en.ftl b/src/i18n/l10n/en.ftl index c7ab3d9f5..7a2423226 100644 --- a/src/i18n/l10n/en.ftl +++ b/src/i18n/l10n/en.ftl @@ -954,9 +954,9 @@ Uploaded-via-application = Uploaded via: { $application } Uploading-x-of-y = Uploading { $currentUploadCount } of { $total } # Shows the number of observations a user is currently uploading out of total on my observations page Uploading-x-of-y-observations = - Uploading { $currentUploadCount } of { $total -> - [one] 1 observation - *[other] { $total } observations + { $total -> + [one] Uploading { $currentUploadCount } observation + *[other] Uploading { $currentUploadCount } of { $total } observations } Use-iNaturalists-AI-Camera = Use iNaturalist's AI Camera to identify organisms in real-time # Text for a button prompting the user to grant access to location diff --git a/src/i18n/l10n/en.ftl.json b/src/i18n/l10n/en.ftl.json index 60bb77644..3602f5189 100644 --- a/src/i18n/l10n/en.ftl.json +++ b/src/i18n/l10n/en.ftl.json @@ -1288,7 +1288,7 @@ }, "Uploading-x-of-y-observations": { "comment": "Shows the number of observations a user is currently uploading out of total on my observations page", - "val": "Uploading { $currentUploadCount } of { $total ->\n [one] 1 observation\n *[other] { $total } observations\n}" + "val": "{ $total ->\n [one] Uploading { $currentUploadCount } observation\n *[other] Uploading { $currentUploadCount } of { $total } observations\n}" }, "Use-iNaturalists-AI-Camera": "Use iNaturalist's AI Camera to identify organisms in real-time", "USE-LOCATION": { diff --git a/src/i18n/strings.ftl b/src/i18n/strings.ftl index c7ab3d9f5..7a2423226 100644 --- a/src/i18n/strings.ftl +++ b/src/i18n/strings.ftl @@ -954,9 +954,9 @@ Uploaded-via-application = Uploaded via: { $application } Uploading-x-of-y = Uploading { $currentUploadCount } of { $total } # Shows the number of observations a user is currently uploading out of total on my observations page Uploading-x-of-y-observations = - Uploading { $currentUploadCount } of { $total -> - [one] 1 observation - *[other] { $total } observations + { $total -> + [one] Uploading { $currentUploadCount } observation + *[other] Uploading { $currentUploadCount } of { $total } observations } Use-iNaturalists-AI-Camera = Use iNaturalist's AI Camera to identify organisms in real-time # Text for a button prompting the user to grant access to location