1 // ========================================================================== 2 // Project: CoreTools Strings 3 // Copyright: ©2011 Apple Inc. 4 // ========================================================================== 5 /*globals CoreTools */ 6 7 // Place strings you want to localize here. In your app, use the key and 8 // localize it using "key string".loc(). HINT: For your key names, use the 9 // english string with an underscore in front. This way you can still see 10 // how your UI will look and you'll notice right away when something needs a 11 // localized string added to this file! 12 // 13 SC.stringsFor('English', { 14 // "_String Key": "Localized String" 15 }) ; 16