From 1bb0b227125c7d15d2f7c71983cd2fc026bf0218 Mon Sep 17 00:00:00 2001 From: Joonas Kaskisola Date: Wed, 1 Jun 2016 13:26:30 +0300 Subject: [PATCH 1/2] Added Finnish translation --- src/js/i18n/datepicker.fi.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/js/i18n/datepicker.fi.js diff --git a/src/js/i18n/datepicker.fi.js b/src/js/i18n/datepicker.fi.js new file mode 100644 index 0000000..27f741b --- /dev/null +++ b/src/js/i18n/datepicker.fi.js @@ -0,0 +1,12 @@ +$.fn.datepicker.language['fi'] = { + days: ['Sunnuntai', 'Maanantai', 'Tiistai', 'Keskiviikko', 'Torstai', 'Perjantai', 'Lauantai'], + daysShort: ['Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La'], + daysMin: ['Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La'], + months: ['Tammikuu','Helmikuu','Maaliskuu','Huhtikuu','Toukokuu','Kesäkuu', 'Heinäkuu','Elokuu','Syyskuu','Lokakuu','Marraskuu','Joulukuu'], + monthsShort: ['Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kesä', 'Heinä', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu'], + today: 'Tänään', + clear: 'Tyhjennä', + dateFormat: 'dd.mm.yyyy', + timeFormat: 'hh:ii', + firstDay: 1 +}; From d6784a90d4646d44a80a2158fc298b99d29e8d4e Mon Sep 17 00:00:00 2001 From: Joonas Kaskisola Date: Tue, 28 Jun 2016 11:55:38 +0300 Subject: [PATCH 2/2] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c596c53..3dcdaa1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Air Datepicker -Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested no Android 4.4+ and iOS8+). +Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested on Android 4.4+ and iOS8+). ![air datepicker image](https://github.com/t1m0n/air-datepicker/raw/master/docs/img/promo-img-time.png)