diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-09 22:33:07 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-09 22:33:07 +0800 |
commit | 2eabeba6b76d906664defe4392a7ca2640128712 (patch) | |
tree | 9c83ac41f4f58db3eb303f695755f43e51ba0cf2 /public/js/locales/bootstrap-datepicker.hu.js | |
parent | 045c21de4fc318abcaa80e5aea1f7d6a8ab8ac00 (diff) | |
download | gitea-2eabeba6b76d906664defe4392a7ca2640128712.tar.gz gitea-2eabeba6b76d906664defe4392a7ca2640128712.zip |
finish milestone add page
Diffstat (limited to 'public/js/locales/bootstrap-datepicker.hu.js')
-rw-r--r-- | public/js/locales/bootstrap-datepicker.hu.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/js/locales/bootstrap-datepicker.hu.js b/public/js/locales/bootstrap-datepicker.hu.js new file mode 100644 index 0000000000..bf5308a136 --- /dev/null +++ b/public/js/locales/bootstrap-datepicker.hu.js @@ -0,0 +1,16 @@ +/** + * Hungarian translation for bootstrap-datepicker + * Sotus László <lacisan@gmail.com> + */ +;(function($){ + $.fn.datepicker.dates['hu'] = { + days: ["Vasárnap", "Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat", "Vasárnap"], + daysShort: ["Vas", "Hét", "Ked", "Sze", "Csü", "Pén", "Szo", "Vas"], + daysMin: ["Va", "Hé", "Ke", "Sz", "Cs", "Pé", "Sz", "Va"], + months: ["Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"], + monthsShort: ["Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Sze", "Okt", "Nov", "Dec"], + today: "Ma", + weekStart: 1, + format: "yyyy.mm.dd" + }; +}(jQuery)); |