diff options
Diffstat (limited to 'resources/lib/moment/lang/he.js')
-rw-r--r-- | resources/lib/moment/lang/he.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/lib/moment/lang/he.js b/resources/lib/moment/lang/he.js index b85dbe858a18..0af4e0988d5e 100644 --- a/resources/lib/moment/lang/he.js +++ b/resources/lib/moment/lang/he.js @@ -1,5 +1,5 @@ -// moment.js language configuration -// language : Hebrew (he) +// moment.js locale configuration +// locale : Hebrew (he) // author : Tomer Cohen : https://github.com/tomer // author : Moshe Simantov : https://github.com/DevelopmentIL // author : Tal Ater : https://github.com/TalAter @@ -13,7 +13,7 @@ factory(window.moment); // Browser global } }(function (moment) { - return moment.lang('he', { + return moment.defineLocale('he', { months : "ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"), monthsShort : "ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"), weekdays : "ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"), |