]> git.ipfire.org Git - thirdparty/moment.git/commit
[locale] mr (Marathi) (#4990)
authorVinay Date <vinaydate@users.noreply.github.com>
Mon, 11 Feb 2019 22:57:06 +0000 (04:27 +0530)
committerKunal Marwaha <marwahaha@berkeley.edu>
Mon, 11 Feb 2019 22:57:06 +0000 (14:57 -0800)
commite1601867b9bc1d86273c08b8d97182e1cf66c689
tree8262ef59ef557dca883c051b597038facd109d1d
parent8e6c9b9b56379385c5e99fe5d216f8f6559ec70d
[locale] mr (Marathi) (#4990)

* tests according to changes in mr.js

* [locale] mr (Marathi)

We Marathi people follow standards mentioned below, to label timespans.

Label | Time Span
------------ | -------------
पहाटे (post midnight, pre-sunrise) |    >= 12am to < 6am
सकाळी (post sunrise, pre-noon) |    >= 6am to < 12pm
दुपारी (afternoon) |    >= 12pm to < 5pm
सायंकाळी (evening) |    >= 5pm to < 8pm
रात्री (night) |    >= 8pm to < 12am

Actually, 12am is confusing in Marathi tradition. In modern clock system, Moment 12am is considered in arriving date as 0am. And in Marathi tradition it is referred to as final moment of the previous date (Sort of, 0:01 is starting minute of the arriving date) . To comply with modern clock system, I propose to refer to 0am as पहाटे , so that it is considered as moment in the arriving date. Hope this discription itself is not confusing :)

Another point is about range of पहाटे, ie. >= 0am to < 6am. Though conventionally, upto 2 am, we refer to the time as रात्री or पहाटे, both alternatively, I want to specifically call पहाटे for early times in the arriving date and रात्री for late times in the departing date, to make it more specific and well-defined, avoiding confusion about date of the time.
src/locale/mr.js
src/test/locale/mr.js