From e78ad00d28f1f6043472a3db329e26cbfa8c23d9 Mon Sep 17 00:00:00 2001
From: Florent Grouin <florent.grouin+frama@gmail.com>
Date: Wed, 20 Feb 2019 13:52:07 +0100
Subject: [PATCH] Add new file (breton translation for bootstrap-datepicker)

---
 js/locales/bootstrap-datepicker.br.js | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 js/locales/bootstrap-datepicker.br.js

diff --git a/js/locales/bootstrap-datepicker.br.js b/js/locales/bootstrap-datepicker.br.js
new file mode 100644
index 00000000..f82a8f85
--- /dev/null
+++ b/js/locales/bootstrap-datepicker.br.js
@@ -0,0 +1,17 @@
+/**
+ * Breton translation for bootstrap-datepicker
+ * Florent Grouin <florent.grouin+frama@gmail.com>
+ */
+;(function($){
+	$.fn.datepicker.dates['br'] = {
+		days: ["Sul", "Lun", "Meurzh", "Merc'her", "Yaou", "Gwener", "Sadorn", "Sul"],
+		daysShort: ["Sul", "Lun", "Meu", "Mer", "Yao", "Gwe", "Sad", "Sul"],
+		daysMin: ["Su", "L", "Meu", "Mer", "Y", "G", "Sa", "Su"],
+		months: ["Genver", "C'hwevrer", "Meurzh", "Ebrel", "Mae", "Mezheven", "Gouere", "Eost", "Gwengolo", "Here", "Du", "Kerzu"],
+		monthsShort: ["Gen", "C'hw", "Meu", "Ebr", "Mae", "Mezh", "Gou", "Eost", "Gwen", "Here", "Du", "Kerz"],
+		today: "Hiziv",
+		clear: "Dilemel",
+		weekStart: 1,
+		format: "dd/mm/yyyy"
+	};
+}(jQuery));
-- 
GitLab