diff options
Diffstat (limited to 'resources/lib/moment/lang/tzm-latn.js')
-rw-r--r-- | resources/lib/moment/lang/tzm-latn.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/lib/moment/lang/tzm-latn.js b/resources/lib/moment/lang/tzm-latn.js index f7e908977346..1411e161b3c1 100644 --- a/resources/lib/moment/lang/tzm-latn.js +++ b/resources/lib/moment/lang/tzm-latn.js @@ -1,5 +1,5 @@ -// moment.js language configuration -// language : Morocco Central Atlas Tamaziɣt in Latin (tzm-latn) +// moment.js locale configuration +// locale : Morocco Central Atlas Tamaziɣt in Latin (tzm-latn) // author : Abdel Said : https://github.com/abdelsaid (function (factory) { @@ -11,7 +11,7 @@ factory(window.moment); // Browser global } }(function (moment) { - return moment.lang('tzm-latn', { + return moment.defineLocale('tzm-latn', { months : "innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"), monthsShort : "innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"), weekdays : "asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"), |