Where are the i18n files on code.jquery.com

Where are the i18n files on code.jquery.com

I have revised my code to use code.jquery.com for jQuery, jQuery-ui, and jQuery-mobile files. A particular set of pages require i18n files but I cannot locate them on code.jquery.com. Where are those files?

  1. <link href="//code.jquery.com/ui/1.10.4/themes/ui-darkness/jquery-ui.min.css" rel="stylesheet">
  2. <script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
  3. <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  4. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/i18n/jquery-ui-i18n.min.js"></script>
  5. <!-- need to change googleapis to code.jquery.com for consistency -->