Sha256: 45e358a28e8c3e685e809add1d2f6fdb5da9395486ff8ecaaac2eda69b2da55b
Contents?: true
Size: 566 Bytes
Versions: 4
Compression:
Stored size: 566 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== /** * Returns the ordinal associated for the current number. */ SC.methodForLocale('fr', 'ordinalForNumber', function(number) { return number == 1 ? 'er' : 'e'; });
Version data entries
4 entries across 4 versions & 1 rubygems