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