Sha256: 3e3a849db950499aa29ab49edad0d8ecfb9fad5f89e63eba5e2efbbee4f904f8
Contents?: true
Size: 305 Bytes
Versions: 52
Compression:
Stored size: 305 Bytes
Contents
class NSString # This can be called as `"Hello".localized` or `"Hello"._`. The `str._` # syntax is meant to be reminiscent of gettext-style `_(str)`. def localized(value=nil, table=nil) NSBundle.mainBundle.localizedStringForKey(self, value: value, table: table) end alias _ localized end
Version data entries
52 entries across 52 versions & 1 rubygems