From e2af4a9cb8feb808e444c8e9d3300cc5f2f6c887 Mon Sep 17 00:00:00 2001 From: Bryan Montz Date: Wed, 30 Oct 2024 06:32:45 -0500 Subject: [PATCH 1/2] fix typo in minimum age warning and one in a doc comment --- CHANGELOG.md | 5 +++++ Nos/Assets/Localization/Localizable.xcstrings | 14 +++++++------- Nos/Models/CoreData/Event+Fetching.swift | 4 ++-- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc75ba5b6..853c6b5db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Release Notes +- Fix typo in minimum age warning + +### Internal Changes + ## [1.0.1] - 2024-10-28Z ### Release Notes diff --git a/Nos/Assets/Localization/Localizable.xcstrings b/Nos/Assets/Localization/Localizable.xcstrings index 01a093a61..a98ba7d1c 100644 --- a/Nos/Assets/Localization/Localizable.xcstrings +++ b/Nos/Assets/Localization/Localizable.xcstrings @@ -13366,13 +13366,13 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Sorry, but Nos is not for you yet," + "value" : "Sorry, but Nos is not for you yet." } }, "es" : { "stringUnit" : { "state" : "translated", - "value" : "Lo sentimos, pero Nos aún no es para ti," + "value" : "Lo sentimos, pero Nos aún no es para ti." } }, "fa" : { @@ -13384,7 +13384,7 @@ "fr" : { "stringUnit" : { "state" : "translated", - "value" : "Désolé, mais Nos n'est pas pour vous pour l'instant," + "value" : "Désolé, mais Nos n'est pas pour vous pour l'instant." } }, "ja" : { @@ -13402,25 +13402,25 @@ "nl" : { "stringUnit" : { "state" : "translated", - "value" : "Sorry, maar Nos is nog niet iets voor jou," + "value" : "Sorry, maar Nos is nog niet iets voor jou." } }, "pt-BR" : { "stringUnit" : { "state" : "translated", - "value" : "Desculpa, mas o Nos não é para você ainda," + "value" : "Desculpa, mas o Nos não é para você ainda." } }, "sv" : { "stringUnit" : { "state" : "translated", - "value" : "Tyvärr, men Nos är inte för er ännu," + "value" : "Tyvärr, men Nos är inte för er ännu." } }, "sw" : { "stringUnit" : { "state" : "translated", - "value" : "Pole, lakini Nos bado sio yako," + "value" : "Pole, lakini Nos bado sio yako." } }, "th" : { diff --git a/Nos/Models/CoreData/Event+Fetching.swift b/Nos/Models/CoreData/Event+Fetching.swift index 94a7d41a3..ea5ea56fd 100644 --- a/Nos/Models/CoreData/Event+Fetching.swift +++ b/Nos/Models/CoreData/Event+Fetching.swift @@ -129,9 +129,9 @@ extension Event { /// A request for all events that responded to a specific note. /// - /// - Parameter noteIdentifier: ID of the note to retrieve replies for. + /// - Parameter noteID: ID of the note to retrieve replies for. /// - /// Intented to be used primarily to compute the number of replies and for + /// Intended to be used primarily to compute the number of replies and for /// building a set of author avatars. @nonobjc public class func replies(to noteID: RawEventID) -> NSFetchRequest { let format = """ From f6ecac26e5c1b2af12e9ea926ceef45235d6e813 Mon Sep 17 00:00:00 2001 From: Bryan Montz Date: Fri, 1 Nov 2024 06:45:01 -0500 Subject: [PATCH 2/2] addressed feedback --- Nos/Assets/Localization/Localizable.xcstrings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nos/Assets/Localization/Localizable.xcstrings b/Nos/Assets/Localization/Localizable.xcstrings index a98ba7d1c..0d478adff 100644 --- a/Nos/Assets/Localization/Localizable.xcstrings +++ b/Nos/Assets/Localization/Localizable.xcstrings @@ -13377,7 +13377,7 @@ }, "fa" : { "stringUnit" : { - "state" : "translated", + "state" : "needs_review", "value" : "متاسفیم، اما نوس هنوز مناسب شما نیست،" } },