Sha256: b2698fd8f84bf97c7d505230c06f6e23f17ec8700430e3fa584a7dac9660a349
Contents?: true
Size: 660 Bytes
Versions: 18
Compression:
Stored size: 660 Bytes
Contents
// ========================================================================== // Project: CoreTools Strings // Copyright: ©2010 Apple Inc. // ========================================================================== /*globals CoreTools */ // Place strings you want to localize here. In your app, use the key and // localize it using "key string".loc(). HINT: For your key names, use the // english string with an underscore in front. This way you can still see // how your UI will look and you'll notice right away when something needs a // localized string added to this file! // SC.stringsFor('English', { // "_String Key": "Localized String" }) ;
Version data entries
18 entries across 18 versions & 2 rubygems