summaryrefslogtreecommitdiffstats
path: root/modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.cy.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.cy.js')
-rw-r--r--modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.cy.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.cy.js b/modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.cy.js
new file mode 100644
index 00000000..553933bc
--- /dev/null
+++ b/modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.cy.js
@@ -0,0 +1,14 @@
+/**
+ * Welsh translation for bootstrap-datepicker
+ * S. Morris <s.morris@bangor.ac.uk>
+ */
+;(function($){
+ $.fn.datepicker.dates['cy'] = {
+ days: ["Sul", "Llun", "Mawrth", "Mercher", "Iau", "Gwener", "Sadwrn"],
+ daysShort: ["Sul", "Llu", "Maw", "Mer", "Iau", "Gwe", "Sad"],
+ daysMin: ["Su", "Ll", "Ma", "Me", "Ia", "Gwe", "Sa"],
+ months: ["Ionawr", "Chewfror", "Mawrth", "Ebrill", "Mai", "Mehefin", "Gorfennaf", "Awst", "Medi", "Hydref", "Tachwedd", "Rhagfyr"],
+ monthsShort: ["Ion", "Chw", "Maw", "Ebr", "Mai", "Meh", "Gor", "Aws", "Med", "Hyd", "Tach", "Rha"],
+ today: "Heddiw"
+ };
+}(jQuery));