aboutsummaryrefslogtreecommitdiffstats
path: root/servo/static/js/locales/bootstrap-datepicker.fi.js
diff options
context:
space:
mode:
Diffstat (limited to 'servo/static/js/locales/bootstrap-datepicker.fi.js')
-rwxr-xr-xservo/static/js/locales/bootstrap-datepicker.fi.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/servo/static/js/locales/bootstrap-datepicker.fi.js b/servo/static/js/locales/bootstrap-datepicker.fi.js
new file mode 100755
index 0000000..e13e6b9
--- /dev/null
+++ b/servo/static/js/locales/bootstrap-datepicker.fi.js
@@ -0,0 +1,14 @@
+/**
+ * Finnish translation for bootstrap-datepicker
+ * Jaakko Salonen <https://github.com/jsalonen>
+ */
+;(function($){
+ $.fn.datepicker.dates['fi'] = {
+ days: ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai", "sunnuntai"],
+ daysShort: ["sun", "maa", "tii", "kes", "tor", "per", "lau", "sun"],
+ daysMin: ["su", "ma", "ti", "ke", "to", "pe", "la", "su"],
+ months: ["tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kesäkuu", "heinäkuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu"],
+ monthsShort: ["tam", "hel", "maa", "huh", "tou", "kes", "hei", "elo", "syy", "lok", "mar", "jou"],
+ today: "tänään"
+ };
+}(jQuery));