Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / lib / moment / locale / tzm-latn.js
blobd362c28aeda78f1b1af36cc90f80ede221098ddd
1 //! moment.js locale configuration
2 //! locale : Central Atlas Tamazight Latin [tzm-latn]
3 //! author : Abdel Said : https://github.com/abdelsaid
5 ;(function (global, factory) {
6    typeof exports === 'object' && typeof module !== 'undefined'
7        && typeof require === 'function' ? factory(require('../moment')) :
8    typeof define === 'function' && define.amd ? define(['../moment'], factory) :
9    factory(global.moment)
10 }(this, (function (moment) { 'use strict';
12     //! moment.js locale configuration
14     var tzmLatn = moment.defineLocale('tzm-latn', {
15         months: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(
16             '_'
17         ),
18         monthsShort: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(
19             '_'
20         ),
21         weekdays: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
22         weekdaysShort: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
23         weekdaysMin: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
24         longDateFormat: {
25             LT: 'HH:mm',
26             LTS: 'HH:mm:ss',
27             L: 'DD/MM/YYYY',
28             LL: 'D MMMM YYYY',
29             LLL: 'D MMMM YYYY HH:mm',
30             LLLL: 'dddd D MMMM YYYY HH:mm',
31         },
32         calendar: {
33             sameDay: '[asdkh g] LT',
34             nextDay: '[aska g] LT',
35             nextWeek: 'dddd [g] LT',
36             lastDay: '[assant g] LT',
37             lastWeek: 'dddd [g] LT',
38             sameElse: 'L',
39         },
40         relativeTime: {
41             future: 'dadkh s yan %s',
42             past: 'yan %s',
43             s: 'imik',
44             ss: '%d imik',
45             m: 'minuḍ',
46             mm: '%d minuḍ',
47             h: 'saɛa',
48             hh: '%d tassaɛin',
49             d: 'ass',
50             dd: '%d ossan',
51             M: 'ayowr',
52             MM: '%d iyyirn',
53             y: 'asgas',
54             yy: '%d isgasn',
55         },
56         week: {
57             dow: 6, // Saturday is the first day of the week.
58             doy: 12, // The week that contains Jan 12th is the first week of the year.
59         },
60     });
62     return tzmLatn;
64 })));