zenangst / Gray

:first_quarter_moon: Tailor your macOS Mojave experience
https://github.com/zenangst
Other
1.33k stars 46 forks source link

add Simplified Chinese Localization #107

Closed L1cardo closed 4 years ago

L1cardo commented 4 years ago
  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