plotly.js
Version:
The open source javascript graphing library that powers plotly
32 lines (29 loc) • 897 B
JavaScript
/**
* Copyright 2012-2020, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
;
module.exports = {
moduleType: 'locale',
name: 'is',
dictionary: {},
format: {
days: [
'Sunnudagur', 'Mánudagur', 'Þriðjudagur', 'Miðvikudagur',
'Fimmtudagur', 'Föstudagur', 'Laugardagur'
],
shortDays: ['Sun', 'Mán', 'Þri', 'Mið', 'Fim', 'Fös', 'Lau'],
months: [
'Janúar', 'Febrúar', 'Mars', 'Apríl', 'Maí', 'Júní',
'Júlí', 'Ágúst', 'September', 'Október', 'Nóvember', 'Desember'
],
shortMonths: [
'Jan', 'Feb', 'Mar', 'Apr', 'Maí', 'Jún',
'Júl', 'Ágú', 'Sep', 'Okt', 'Nóv', 'Des'
],
date: '%d/%m/%Y'
}
};