Sha256: 6dacdc00458af99a45b9f4545850db448429f6f5b398bf2fb2e523ec6310a329

Contents?: true

Size: 749 Bytes

Versions: 6

Compression:

Stored size: 749 Bytes

Contents

// ==========================================================================
// <%= client_namespace %> <%= file_name.capitalize %> Strings
// ==========================================================================
// 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
// <%= file_name %> 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!
// HINT: For your key names, use the english string with an underscore in
// front.
Object.extend(String.<%= file_name.capitalize %>,{
  // "_String Key": "Localized String"
}) ;

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sproutcore-0.9.18 sc_generators/language/templates/strings.js
sproutcore-0.9.19 sc_generators/language/templates/strings.js
sproutcore-0.9.20 sc_generators/language/templates/strings.js
sproutcore-0.9.23 sc_generators/language/templates/strings.js
sproutcore-0.9.21 sc_generators/language/templates/strings.js
sproutcore-0.9.22 sc_generators/language/templates/strings.js