plasma-banner-scripts
Version:
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
113 lines (89 loc) • 3.84 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Source: initiators/flipclock/extension/lang.js</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Source: initiators/flipclock/extension/lang.js</h1>
<section>
<article>
<pre class="prettyprint source linenums"><code>/**
* @namespace Initiators/FlipClock/Language
*/
const Lang = {};
/**
* @memberof Initiators/FlipClock/Language
* @exports Lang
* @description Object with lang variable for Ukraine
* @member {Object} Ukraine
*/
Lang.Ukraine = {
years: 'років',
months: 'місяців',
days: 'днів',
hours: 'годин',
minutes: 'хвилин',
seconds: 'секунд',
};
Lang.ua = Lang.Ukraine;
Lang['ua-ua'] = Lang.Ukraine;
Lang.ukraine = Lang.Ukraine;
/**
* @memberof Initiators/FlipClock/Language
* @exports Lang
* @description Object with lang variable for France
* @member {Object} France
*/
Lang.France = {
years: 'années',
months: 'mois',
days: 'jours',
hours: 'heures',
minutes: 'minutes',
seconds: 'secondes',
};
Lang.fr = Lang.France;
Lang['fr-fr'] = Lang.France;
Lang.france = Lang.France;
/**
* @memberof Initiators/FlipClock/Language
* @exports Lang
* @description Object with lang variable for Poland
* @member {Object} Poland
*/
Lang.Poland = {
years: 'lat',
months: 'miesiące',
days: 'dni',
hours: 'godziny',
minutes: 'minuty',
seconds: 'sekundy',
};
Lang.pl = Lang.Poland;
Lang['pl-pl'] = Lang.Poland;
Lang.poland = Lang.Poland;
export default Lang;
</code></pre>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Initiators.Promotion.html">Promotion</a></li><li><a href="Initiators_Analytics.TagManager.html">TagManager</a></li><li><a href="Initiators_FlipClock.FlipClockInitiator.html">FlipClockInitiator</a></li><li><a href="Initiators_UI.UiBanner.html">UiBanner</a></li><li><a href="Initiators_UI.UiPopup.html">UiPopup</a></li><li><a href="Utils.Parameters.html">Parameters</a></li></ul><h3>Namespaces</h3><ul><li><a href="Initiators.html">Initiators</a></li><li><a href="Initiators_Analytics.html">Initiators/Analytics</a></li><li><a href="Initiators_FlipClock.html">Initiators/FlipClock</a></li><li><a href="Initiators_FlipClock_Faces.html">Initiators/FlipClock/Faces</a></li><li><a href="Initiators_FlipClock_Language.html">Initiators/FlipClock/Language</a></li><li><a href="Initiators_UI.html">Initiators/UI</a></li><li><a href="Main.html">Main</a></li><li><a href="Utils.html">Utils</a></li></ul><h3>Global</h3><ul><li><a href="global.html#addClass">addClass</a></li><li><a href="global.html#attr">attr</a></li><li><a href="global.html#data">data</a></li><li><a href="global.html#dispatch">dispatch</a></li><li><a href="global.html#get">get</a></li><li><a href="global.html#getAll">getAll</a></li><li><a href="global.html#hasClass">hasClass</a></li><li><a href="global.html#prepend">prepend</a></li><li><a href="global.html#removeAttribute">removeAttribute</a></li><li><a href="global.html#removeClass">removeClass</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Jun 18 2019 11:40:32 GMT+0300 (Eastern European Summer Time)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>