Datepicker: Use Globalize 1.0.0

- Fix "I never liked that we attempted to translate the language
  https://github.com/jquery/jquery-ui/pull/1341#discussion_r17171152
This commit is contained in:
Rafael Xavier de Souza 2014-09-04 15:47:48 -03:00 committed by Felix Nagel
parent 846852a250
commit 9d552b7198

View File

@ -39,15 +39,15 @@
<p>Date: <input type="text" id="datepicker"/>&nbsp; <p>Date: <input type="text" id="datepicker"/>&nbsp;
<select id="locale"> <select id="locale">
<option value="ar">Arabic (&#8235;(&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;</option> <option value="ar">Arabic</option>
<option value="de" selected>German (Deutsch)</option> <option value="de" selected>German</option>
<option value="en">English</option> <option value="en">English</option>
<option value="es">Spanish (Espa&ntilde;ol)</option> <option value="es">Spanish</option>
<option value="zh">Chinese Simplified (简体中国)</option> <option value="zh">Chinese Simplified</option>
</select></p> </select></p>
<div class="demo-description"> <div class="demo-description">
<p>Localize the datepicker calendar language and format (English / Western formatting is the default). The datepicker includes built-in support for languages that read right-to-left, such as Arabic and Hebrew.</p> <p>Localize the datepicker calendar language and format (English / Western formatting is the default). The datepicker includes built-in support for languages that read right-to-left, such as Arabic and Hebrew.</p>
</div> </div>
</body> </body>
</html> </html>