Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LocalizedStringConvertible #10

Merged
merged 2 commits into from
Mar 2, 2024

Conversation

richardpiazza
Copy link
Owner

💬 Description

To keep more in line with swift naming conventions, ExpressibleByLocalizedString has been renamed to LocalizedStringConvertible. This conveys the intended meaning and purpose of the protocol. The protocol is used to covert to localized string references, not producing a type from a localized string reference.

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • I have added tests for new functionality
  • All the tests have passed

⁉️ Additional Information

@richardpiazza richardpiazza merged commit c2dc014 into main Mar 2, 2024
2 checks passed
@richardpiazza richardpiazza deleted the feature/localized-string-convertible branch March 2, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant