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

add Simplified Chinese Localization #107

Merged
merged 1 commit into from
Oct 11, 2019
Merged

add Simplified Chinese Localization #107

merged 1 commit into from
Oct 11, 2019

Conversation

L1cardo
Copy link
Contributor

@L1cardo L1cardo commented Oct 11, 2019

  1. add Simplified Localization
  2. add
extension String {
    var localized: String {
        return NSLocalizedString(self, comment: self)
    }
}

now it is easy to localize the Gray
3. it is working nice !
image
image

@L1cardo L1cardo changed the title add Simplified Localization add Simplified Chinese Localization Oct 11, 2019
Copy link
Owner

@zenangst zenangst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@L1cardo perfect! thank you! 😁

@zenangst zenangst merged commit 476453a into zenangst:master Oct 11, 2019
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.

2 participants