From 782414277dd435f3cbc34e99cc13fd1760a24591 Mon Sep 17 00:00:00 2001 From: Tanner Stokes Date: Mon, 15 Jul 2024 13:54:12 -0400 Subject: [PATCH] Update localization.md (#23420) --- docs/localization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/localization.md b/docs/localization.md index 530cb3bb9de1..7c0e6775145c 100644 --- a/docs/localization.md +++ b/docs/localization.md @@ -1,6 +1,6 @@ # Localization -## Technical consideraations +## Technical considerations During development, using [`NSLocalizedString()`](https://developer.apple.com/documentation/foundation/nslocalizedstring) in the code should be enough. You shouldn't need to touch the `Localizable.strings` files manually. @@ -160,4 +160,4 @@ let localizedCount = NumberFormatter.localizedString(from: NSNumber(value: count ## Testing considerations -Test changes that include localized content by using large words or with letters/accents not frequently used in English. \ No newline at end of file +Test changes that include localized content by using large words or with letters/accents not frequently used in English.