diff options
author | Rafael Xavier de Souza <rxaviers@gmail.com> | 2014-09-04 15:47:48 -0300 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2015-07-29 00:03:37 +0200 |
commit | 9d552b71989af93e96d1af493ef6a3c3fd20e1b5 (patch) | |
tree | f032f86a323c8fcd87bcf3793702ae27abf35189 | |
parent | 846852a2503e9d6ae12a674f66f31f4241a5ee53 (diff) | |
download | jquery-ui-9d552b71989af93e96d1af493ef6a3c3fd20e1b5.tar.gz jquery-ui-9d552b71989af93e96d1af493ef6a3c3fd20e1b5.zip |
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
-rw-r--r-- | demos/datepicker/localization.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/datepicker/localization.html b/demos/datepicker/localization.html index ed0f374a6..5ca763450 100644 --- a/demos/datepicker/localization.html +++ b/demos/datepicker/localization.html @@ -39,15 +39,15 @@ <p>Date: <input type="text" id="datepicker"/> <select id="locale"> - <option value="ar">Arabic (‫(العربية</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ñ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> |