From 11844fb1dc209d1c02442b0ab9da980c3b098f21 Mon Sep 17 00:00:00 2001
From: vitalets <noginsk@rambler.ru>
Date: Tue, 1 Jan 2013 21:23:44 +0400
Subject: [PATCH] date and dateui comments for i18n

---
 src/inputs/date/date.js     | 5 +++--
 src/inputs/dateui/dateui.js | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/inputs/date/date.js b/src/inputs/date/date.js
index bf434d4..06308ce 100644
--- a/src/inputs/date/date.js
+++ b/src/inputs/date/date.js
@@ -1,7 +1,8 @@
 /**
 Bootstrap-datepicker.  
-Description and examples: http://vitalets.github.com/bootstrap-datepicker.  
-For localization you can include js file from here: https://github.com/eternicode/bootstrap-datepicker/tree/master/js/locales
+Description and examples: https://github.com/eternicode/bootstrap-datepicker.  
+For **i18n** you should include js file from here: https://github.com/eternicode/bootstrap-datepicker/tree/master/js/locales
+and set `language` option.
 
 @class date
 @extends abstractinput
diff --git a/src/inputs/dateui/dateui.js b/src/inputs/dateui/dateui.js
index f00f0d8..49e7b34 100644
--- a/src/inputs/dateui/dateui.js
+++ b/src/inputs/dateui/dateui.js
@@ -2,6 +2,7 @@
 jQuery UI Datepicker.  
 Description and examples: http://jqueryui.com/datepicker.   
 This input is also accessible as **date** type. Do not use it together with __bootstrap-datepicker__ as both apply <code>$().datepicker()</code> method.
+For **i18n** you should include js file from here: https://github.com/jquery/jquery-ui/tree/master/ui/i18n.
 
 @class dateui
 @extends abstractinput