Merge changes I1e913e08,I898bcf6e

* changes:
  Update jquery.i18n from upstream
  Load the fallback locales
This commit is contained in:
Amire80
2012-10-13 11:12:48 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 3 deletions

View File

@@ -1647,7 +1647,7 @@
* @return {String}
*/
convertGrammar: function ( word, form ) {
return word + form;
return word;
},
/**