https://github.com/richardpiazza/localesupport
Swift references and extensions for app localization & internationalization.
https://github.com/richardpiazza/localesupport
internationalization localization swift
Last synced: 5 months ago
JSON representation
Swift references and extensions for app localization & internationalization.
- Host: GitHub
- URL: https://github.com/richardpiazza/localesupport
- Owner: richardpiazza
- License: mit
- Created: 2020-12-04T19:08:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-19T21:40:15.000Z (11 months ago)
- Last Synced: 2025-08-20T21:58:03.505Z (10 months ago)
- Topics: internationalization, localization, swift
- Language: Swift
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LocaleSupport
Swift references and extensions for app localization & internationalization.
[](https://swiftpackageindex.com/richardpiazza/LocaleSupport)
[](https://swiftpackageindex.com/richardpiazza/LocaleSupport)
## Usage
### LocaleSupport
This module is focused on implementing localized strings within apps themselves. Highlighted by the `LocalizedStringConvertible` protocol.
**Apple Platforms Note**:
As of `macOS 13`, `iOS 16`, `tvOS 16` & `watchOS 9`, the `Locale` type includes support for many of the extensions in this package:
* `Locale.LanguageCode`
* `Locale.Script`
* `Locale.Region`
* `Locale.Components`
## Contribution
Contributions to **LocaleSupport** are welcomed and encouraged!