An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# LocaleSupport

Swift references and extensions for app localization & internationalization.

[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Frichardpiazza%2FLocaleSupport%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/richardpiazza/LocaleSupport)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Frichardpiazza%2FLocaleSupport%2Fbadge%3Ftype%3Dswift-versions)](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!