Sha256: 8a3708b26fb3bebc4bba695036ff6c722e8d3c6347f5db2dba68e3d551eddd2b
Contents?: true
Size: 660 Bytes
Versions: 41
Compression:
Stored size: 660 Bytes
Contents
// ========================================================================== // Project: CoreTools Strings // Copyright: ©2011 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
41 entries across 41 versions & 1 rubygems