https://github.com/angular/angular
Raw File
Tip revision: 5c89d6bffab52176e4afdfff1b71645cbba9bd47 authored by Trotyl on 20 February 2018, 06:34:21 UTC
feat(core): support metadata reflection for native class types (#22356)
Tip revision: 5c89d6b
lo.ts
/**
 * @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 plural(n: number): number {
  return 5;
}

export default [
  'lo',
  [
    ['ກທ', 'ຫຼທ'],
    ['ກ່ອນທ່ຽງ', 'ຫຼັງທ່ຽງ'],
  ],
  ,
  [
    ['ອາ', 'ຈ', 'ອ', 'ພ', 'ພຫ', 'ສຸ', 'ສ'],
    [
      'ອາທິດ', 'ຈັນ', 'ອັງຄານ', 'ພຸດ', 'ພະຫັດ',
      'ສຸກ', 'ເສົາ'
    ],
    [
      'ວັນອາທິດ', 'ວັນຈັນ', 'ວັນອັງຄານ',
      'ວັນພຸດ', 'ວັນພະຫັດ', 'ວັນສຸກ',
      'ວັນເສົາ'
    ],
    ['ອາ.', 'ຈ.', 'ອ.', 'ພ.', 'ພຫ.', 'ສຸ.', 'ສ.']
  ],
  ,
  [
    ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
    [
      'ມ.ກ.', 'ກ.ພ.', 'ມ.ນ.', 'ມ.ສ.', 'ພ.ພ.', 'ມິ.ຖ.', 'ກ.ລ.',
      'ສ.ຫ.', 'ກ.ຍ.', 'ຕ.ລ.', 'ພ.ຈ.', 'ທ.ວ.'
    ],
    [
      'ມັງກອນ', 'ກຸມພາ', 'ມີນາ', 'ເມສາ',
      'ພຶດສະພາ', 'ມິຖຸນາ', 'ກໍລະກົດ', 'ສິງຫາ',
      'ກັນຍາ', 'ຕຸລາ', 'ພະຈິກ', 'ທັນວາ'
    ]
  ],
  ,
  [
    ['ກ່ອນ ຄ.ສ.', 'ຄ.ສ.'], ,
    ['ກ່ອນຄຣິດສັກກະລາດ', 'ຄຣິດສັກກະລາດ']
  ],
  0, [6, 0], ['d/M/y', 'd MMM y', 'd MMMM y', 'EEEE ທີ d MMMM G y'],
  [
    'H:mm', 'H:mm:ss', 'H ໂມງ m ນາທີ ss ວິນາທີ z',
    'H ໂມງ m ນາທີ ss ວິນາທີ zzzz'
  ],
  [
    '{1}, {0}',
    ,
    ,
  ],
  [
    ',', '.', ';', '%', '+', '-', 'E', '×', '‰', '∞',
    'ບໍ່​ແມ່ນ​ໂຕ​ເລກ', ':'
  ],
  ['#,##0.###', '#,##0%', '¤#,##0.00;¤-#,##0.00', '#'], '₭', 'ລາວ ກີບ',
  {'JPY': ['JP¥', '¥'], 'LAK': ['₭'], 'THB': ['฿'], 'TWD': ['NT$'], 'USD': ['US$', '$']},
  plural
];
back to top