source:
trip-planner-front/node_modules/@angular/common/locales/global/br.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 2.2 KB |
Line | |
---|---|
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 % 10 === 1 && !(n % 100 === 11 || (n % 100 === 71 || n % 100 === 91))) |
18 | return 1; |
19 | if (n % 10 === 2 && !(n % 100 === 12 || (n % 100 === 72 || n % 100 === 92))) |
20 | return 2; |
21 | if (n % 10 === Math.floor(n % 10) && (n % 10 >= 3 && n % 10 <= 4 || n % 10 === 9) && !(n % 100 >= 10 && n % 100 <= 19 || (n % 100 >= 70 && n % 100 <= 79 || n % 100 >= 90 && n % 100 <= 99))) |
22 | return 3; |
23 | if (!(n === 0) && n % 1000000 === 0) |
24 | return 4; |
25 | return 5; |
26 | } |
27 | global.ng.common.locales['br'] = ["br",[["am","gm"],["A.M.","G.M."],u],[["A.M.","G.M."],u,u],[["Su","L","Mz","Mc","Y","G","Sa"],["Sul","Lun","Meu.","Mer.","Yaou","Gwe.","Sad."],["Sul","Lun","Meurzh","Mercʼher","Yaou","Gwener","Sadorn"],["Sul","Lun","Meu.","Mer.","Yaou","Gwe.","Sad."]],u,[["01","02","03","04","05","06","07","08","09","10","11","12"],["Gen.","Cʼhwe.","Meur.","Ebr.","Mae","Mezh.","Goue.","Eost","Gwen.","Here","Du","Kzu."],["Genver","Cʼhwevrer","Meurzh","Ebrel","Mae","Mezheven","Gouere","Eost","Gwengolo","Here","Du","Kerzu"]],u,[["a-raok J.K.","goude J.K."],u,["a-raok Jezuz-Krist","goude Jezuz-Krist"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'da' {0}",u],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{"AUD":["$A","$"],"BRL":[u,"R$"],"CAD":["$CA","$"],"CNY":[u,"¥"],"EGP":[u,"£ E"],"GBP":["£ RU","£"],"HKD":["$ HK","$"],"ILS":[u,"₪"],"JPY":[u,"¥"],"KRW":[u,"₩"],"LBP":[u,"£L"],"NZD":["$ ZN","$"],"TOP":[u,"$ T"],"TWD":[u,"$"],"USD":["$ SU","$"],"VND":[u,"₫"],"XCD":[u,"$"],"XXX":[]},"ltr", plural, []]; |
28 | })(typeof globalThis !== 'undefined' && globalThis || typeof global !== 'undefined' && global || typeof window !== 'undefined' && window); |
29 |
Note:
See TracBrowser
for help on using the repository browser.