]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Use Globalize 1.0.0
authorRafael Xavier de Souza <rxaviers@gmail.com>
Thu, 4 Sep 2014 18:47:48 +0000 (15:47 -0300)
committerFelix Nagel <info@felixnagel.com>
Tue, 28 Jul 2015 22:03:37 +0000 (00:03 +0200)
- Fix "I never liked that we attempted to translate the language
  https://github.com/jquery/jquery-ui/pull/1341#discussion_r17171152

demos/datepicker/localization.html

index ed0f374a64c655f5a68aea7f2aff19752e1fb06e..5ca763450caa5ec965fba78148e739034706d867 100644 (file)
 
 <p>Date: <input type="text" id="datepicker"/>&nbsp;
        <select id="locale">
-               <option value="ar">Arabic (&#8235;(&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;</option>
-               <option value="de" selected>German (Deutsch)</option>
+               <option value="ar">Arabic</option>
+               <option value="de" selected>German</option>
                <option value="en">English</option>
-               <option value="es">Spanish (Espa&ntilde;ol)</option>
-               <option value="zh">Chinese Simplified (简体中国)</option>
+               <option value="es">Spanish</option>
+               <option value="zh">Chinese Simplified</option>
        </select></p>
 
 <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>
 </body>
 </html>