Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / lib / moment / locale / tzm.js
blob0427f4c221fdf6f567bd374424569b75c20172a9
1 //! moment.js locale configuration
2 //! locale : Central Atlas Tamazight [tzm]
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 tzm = moment.defineLocale('tzm', {
15         months: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(
16             '_'
17         ),
18         monthsShort: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(
19             '_'
20         ),
21         weekdays: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),
22         weekdaysShort: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),
23         weekdaysMin: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.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: '[ⴰⵙⴷⵅ ⴴ] LT',
34             nextDay: '[ⴰⵙⴽⴰ ⴴ] LT',
35             nextWeek: 'dddd [ⴴ] LT',
36             lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT',
37             lastWeek: 'dddd [ⴴ] LT',
38             sameElse: 'L',
39         },
40         relativeTime: {
41             future: 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s',
42             past: 'ⵢⴰⵏ %s',
43             s: 'ⵉⵎⵉⴽ',
44             ss: '%d ⵉⵎⵉⴽ',
45             m: 'ⵎⵉⵏⵓⴺ',
46             mm: '%d ⵎⵉⵏⵓⴺ',
47             h: 'ⵙⴰⵄⴰ',
48             hh: '%d ⵜⴰⵙⵙⴰⵄⵉⵏ',
49             d: 'ⴰⵙⵙ',
50             dd: '%d oⵙⵙⴰⵏ',
51             M: 'ⴰⵢoⵓⵔ',
52             MM: '%d ⵉⵢⵢⵉⵔⵏ',
53             y: 'ⴰⵙⴳⴰⵙ',
54             yy: '%d ⵉⵙⴳⴰⵙⵏ',
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 tzm;
64 })));