Skip to content

Commit

Permalink
make precompile happier
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed May 30, 2013
1 parent d20056a commit c26d70e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/javascripts/locale/pseudo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
MessageFormat.locale.pseudo = function ( n ) {
if ( n === 1 ) {
return "one";
}
return "other";
};

0 comments on commit c26d70e

Please sign in to comment.