aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/locale.js
AgeCommit message (Collapse)Author
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14doc(locale): migrate docs to new formatMisko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-08-30feat(locale): add getPluralCat functionDi Peng
2011-08-14break(date): remove support for 'long', 'longtime' date formats and 'z' flagIgor Minar
The support for the 'z' formatting flag was removed becase the timezone info can't be retrieved from the browser apis (except for en-US locale on some but not all browsers). For this reason we don't want to support this flag at all. Related to this, since the 'long' and 'longtime' datetime formats require the 'z' flag in the formatting string, we are removing support for this format as well.
2011-08-14feat($locale): add default locale service for en-USDi Peng