source:
trip-planner-front/node_modules/@angular/common/locales/global/kw.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 2.1 KB |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | /** |
2 | * @license | |
3 | * Copyright Google LLC All Rights Reserved. | |
4 | * | |
5 | * Use of this source code is governed by an MIT-style license that can be | |
6 | * found in the LICENSE file at https://angular.io/license | |
7 | */ | |
8 | ||
9 | // THIS CODE IS GENERATED - DO NOT MODIFY. | |
10 | (function(global) { | |
11 | global.ng = global.ng || {}; | |
12 | global.ng.common = global.ng.common || {}; | |
13 | global.ng.common.locales = global.ng.common.locales || {}; | |
14 | const u = undefined; | |
15 | function plural(n) { | |
16 | ||
17 | if (n === 0) | |
18 | return 0; | |
19 | if (n === 1) | |
20 | return 1; | |
21 | if (n % 100 === 2 || (n % 100 === 22 || (n % 100 === 42 || (n % 100 === 62 || n % 100 === 82))) || (n % 1000 === 0 && (n % 100000 === Math.floor(n % 100000) && (n % 100000 >= 1000 && n % 100000 <= 20000 || (n % 100000 === 40000 || (n % 100000 === 60000 || n % 100000 === 80000)))) || !(n === 0) && n % 1000000 === 100000)) | |
22 | return 2; | |
23 | if (n % 100 === 3 || (n % 100 === 23 || (n % 100 === 43 || (n % 100 === 63 || n % 100 === 83)))) | |
24 | return 3; | |
25 | if (!(n === 1) && (n % 100 === 1 || (n % 100 === 21 || (n % 100 === 41 || (n % 100 === 61 || n % 100 === 81))))) | |
26 | return 4; | |
27 | return 5; | |
28 | } | |
29 | global.ng.common.locales['kw'] = ["kw",[["a.m.","p.m."],u,u],u,[["S","M","T","W","T","F","S"],["Sul","Lun","Mth","Mhr","Yow","Gwe","Sad"],["dy Sul","dy Lun","dy Meurth","dy Merher","dy Yow","dy Gwener","dy Sadorn"],["Sul","Lun","Mth","Mhr","Yow","Gwe","Sad"]],u,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Gen","Hwe","Meu","Ebr","Me","Met","Gor","Est","Gwn","Hed","Du","Kev"],["mis Genver","mis Hwevrer","mis Meurth","mis Ebrel","mis Me","mis Metheven","mis Gortheren","mis Est","mis Gwynngala","mis Hedra","mis Du","mis Kevardhu"]],u,[["RC","AD"],u,u],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GBP","£","GBP",{"JPY":["JP¥","¥"],"USD":["US$","$"]},"ltr", plural, []]; | |
30 | })(typeof globalThis !== 'undefined' && globalThis || typeof global !== 'undefined' && global || typeof window !== 'undefined' && window); | |
31 |
Note:
See TracBrowser
for help on using the repository browser.