Skip to content

Commit

Permalink
Update localization.md (#23420)
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes authored Jul 15, 2024
1 parent 918d60d commit 7824142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/localization.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.
Test changes that include localized content by using large words or with letters/accents not frequently used in English.

0 comments on commit 7824142

Please sign in to comment.