Sha256: 6c63978e4177bf265ef7708797ae03f557c19b39d65b6afdb494fbf698784837
Contents?: true
Size: 656 Bytes
Versions: 9
Compression:
Stored size: 656 Bytes
Contents
// ========================================================================== // Project: Docs Strings // Copyright: ©2009 My Company, Inc. // ========================================================================== /*globals Docs */ // 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
9 entries across 9 versions & 1 rubygems