2017-07-20 05:00:44 -04:00
|
|
|
/**
|
|
|
|
* @license
|
2020-05-19 15:08:49 -04:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2017-07-20 05:00:44 -04:00
|
|
|
*
|
|
|
|
* 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
|
|
|
|
|
2018-04-09 08:15:00 -04:00
|
|
|
const u = undefined;
|
|
|
|
|
2017-07-20 05:00:44 -04:00
|
|
|
export default [
|
2018-04-09 08:15:00 -04:00
|
|
|
[['keskööl', 'keskpäeval', 'hommikul', 'pärastlõunal', 'õhtul', 'öösel'], u, u],
|
|
|
|
[['kesköö', 'keskpäev', 'hommik', 'pärastlõuna', 'õhtu', 'öö'], u, u],
|
2020-05-15 14:05:09 -04:00
|
|
|
['00:00', '12:00', ['05:00', '12:00'], ['12:00', '18:00'], ['18:00', '23:00'], ['23:00', '05:00']]
|
2017-07-20 05:00:44 -04:00
|
|
|
];
|