Misko Hevery cb6ddfc215 Revert "fix(common): locales/global/*.js are not ES5 compliant (#36342)" (#37074)
This reverts commit 078b0be4dc69ef4a8cdf4eb15caedde1114950c7.

The original commit was a work around for a bug in CLI. That bug was fixed in the CLI, as a result this change is no longer needed and is being reverted.

PR Close #37074
2020-05-12 13:11:57 -07:00

94 lines
2.8 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
// THIS CODE IS GENERATED - DO NOT MODIFY
// See angular/tools/gulp-tasks/cldr/extract.js
(function(global) {
global.ng = global.ng || {};
global.ng.common = global.ng.common || {};
global.ng.common.locales = global.ng.common.locales || {};
const u = undefined;
function plural(n) { return 5; }
global.ng.common.locales['my'] = [
'my',
[['နံနက်', 'ညနေ'], u, u],
u,
[
['တ', 'တ', 'အ', 'ဗ', 'က', 'သ', 'စ'],
[
'တနင်္ဂနွေ', 'တနင်္လာ', 'အင်္ဂါ',
'ဗုဒ္ဓဟူး', 'ကြာသပတေး', 'သောကြာ', 'စနေ'
],
u, u
],
u,
[
['ဇ', 'ဖ', 'မ', 'ဧ', 'မ', 'ဇ', 'ဇ', 'ဩ', 'စ', 'အ', 'န', 'ဒ'],
[
'ဇန်', 'ဖေ', 'မတ်', 'ဧ', 'မေ', 'ဇွန်', 'ဇူ', 'ဩ',
'စက်', 'အောက်', 'နို', 'ဒီ'
],
[
'ဇန်နဝါရီ', 'ဖေဖော်ဝါရီ', 'မတ်', 'ဧပြီ',
'မေ', 'ဇွန်', 'ဇူလိုင်', 'ဩဂုတ်',
'စက်တင်ဘာ', 'အောက်တိုဘာ', 'နိုဝင်ဘာ',
'ဒီဇင်ဘာ'
]
],
u,
[
['ဘီစီ', 'အဒေီ'], u,
['ခရစ်တော် မပေါ်မီနှစ်', 'ခရစ်နှစ်']
],
0,
[6, 0],
['dd-MM-yy', 'y၊ MMM d', 'y၊ d MMMM', 'y၊ MMMM d၊ EEEE'],
['B H:mm', 'B HH:mm:ss', 'z HH:mm:ss', 'zzzz HH:mm:ss'],
['{1} {0}', u, u, u],
[
'.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞',
'ဂဏန်းမဟုတ်သော', ':'
],
['#,##0.###', '#,##0%', '#,##0.00 ¤', '#E0'],
'MMK',
'K',
'မြန်မာ ကျပ်',
{
'ANG': ['NAf'],
'AWG': ['Afl'],
'BBD': [u, 'Bds$'],
'BSD': [u, 'B$'],
'HTG': ['G'],
'JPY': ['JP¥', '¥'],
'MMK': ['K'],
'PAB': ['B/.'],
'THB': ['฿'],
'TTD': ['TT$', '$'],
'USD': ['US$', '$']
},
'ltr',
plural,
[
[
[
'သန်းခေါင်ယံ', 'မွန်းတည့်', 'နံနက်',
'နေ့လယ်', 'ညနေ', 'ည'
],
u, u
],
u,
[
'00:00', '12:00', ['00:00', '12:00'], ['12:00', '16:00'], ['16:00', '19:00'],
['19:00', '24:00']
]
]
];
})(typeof globalThis !== 'undefined' && globalThis || typeof global !== 'undefined' && global ||
typeof window !== 'undefined' && window);