Sha256: 79f76eae17ebe2f64ac3bb65c58bc66c218b003be3175fbcdc198f18eb9502b3
Contents?: true
Size: 696 Bytes
Versions: 83
Compression:
Stored size: 696 Bytes
Contents
// ========================================================================== // Project: <%= namespace %> Strings // Copyright: ©<%= Time.now.year %> My Company, Inc. // ========================================================================== /*globals <%= namespace %> */ // 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
83 entries across 61 versions & 2 rubygems