diff options
Diffstat (limited to 'public/js/locales/bootstrap-datepicker.cy.js')
-rw-r--r-- | public/js/locales/bootstrap-datepicker.cy.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/js/locales/bootstrap-datepicker.cy.js b/public/js/locales/bootstrap-datepicker.cy.js new file mode 100644 index 0000000000..7e1136ab62 --- /dev/null +++ b/public/js/locales/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", "Sul"], + daysShort: ["Sul", "Llu", "Maw", "Mer", "Iau", "Gwe", "Sad", "Sul"], + daysMin: ["Su", "Ll", "Ma", "Me", "Ia", "Gwe", "Sa", "Su"], + 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)); |