andrewplummer / Sugar

A Javascript library for working with native objects.

Home Page:https://sugarjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please add support for Indian English variant (en-IN)

jikamens opened this issue · comments

One of my users would like to use en-IN as his locale and have date parsing work properly (i.e., parse dates as dd/mm rather than mm/dd). Right now SugarJS doesn't know about en-IN. Any chance of adding it?

Hello sorry for the delay... actually if you simply set the locale to en-IN it should work. Sugar has en-US as the default (with many apologies), but has a workaround to ONLY parse nn/nn as mm/dd if the locale is explicitly en-US ... any other en- locale should parse as dd/mm.

if you simply set the locale to en-IN it should work

Nope, it doesn't.

image

Ok well damn... I think I was just hoping it would work that way...seems en-GB and en-AU only do that... I will add but as a workaround for now you can use en-GB.

Yeah I already told him to do that. ;-)

Ok cool.... I'll also add other commonwealth countries here like en-IE, en-NZ etc... however looking at it now it creates new objects in memory and I'd prefer to refactor to avoid that... anyway will look into it!