Woo! http://github.com/mootools/mootools-more/commit/1464fe7b
Also, Martin, would you mind taking a look at the FormValidator and Date translations? FormValidator misses a creditcard thing, Date misses some ago/until things. On Mon, Aug 30, 2010 at 09:53, marlun78 <[email protected]> wrote: > Here comes the Swedish version. > > /* > > name: Locale.sv-SE.Number > > description: Number messages for Swedish. > > license: MIT-style license > > authors: > - Martin Lundgren > > requires: > - /Locale > > provides: [Locale.sv-SE.Number] > > */ > > Locale.define('sv-SE', 'Number', { > > decimal: ',', > group: ' ', > /* > decimals: 0, > precision: 0, > scientific: null, > > prefix: null, > suffic: null, > */ > // Negative/Currency/percentage will mixin Number > negative: { > prefix: '-' > }, > > currency: { > decimals: 2, > prefix: 'SEK ' > }, > > percentage: { > decimals: 2, > suffix: '%' > } > > }); > > > >
