When fixing this bug: 
https://mootools.lighthouseapp.com/projects/24057/tickets/272-dateformat-bug-with-localization
we've decided to add two new array to each Locale file with
abbreviations of Months and Days.

Because I only know some language, I would like to ask you for some
translations.

How can you help?

1. Go to 
http://github.com/arian/mootools-more/tree/1.3wip-date-abbr/Source/Locale/
2. Open your Locale.[lang-code].Date.js file
3. Check if the 'months_abbr' and 'days_abbr' keys exists and are
correct.
4. If not: do a pull request on github or post them in this thread

Thanks!

On Aug 30, 11:12 am, Tim Wienk <[email protected]> wrote:
> 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: '%'
> >    }
>
> > });

Reply via email to