CLEANUP: remove unused pseudo locale

This commit is contained in:
Régis Hanol
2014-02-26 19:03:04 +01:00
parent 17f75bbe92
commit c6bc324259
7 changed files with 4 additions and 3046 deletions

View File

@ -1,6 +0,0 @@
MessageFormat.locale.pseudo = function ( n ) {
if ( n === 1 ) {
return "one";
}
return "other";
};