I18n the javascript.

This commit is contained in:
Colin Kuskie 2009-04-10 15:05:14 -07:00
parent ad025a26a1
commit ab7b45343c
3 changed files with 42 additions and 30 deletions

View file

@ -185,6 +185,11 @@ our $I18N = {
lastUpdated => 0,
},
'friends count' => {
message => q{Friends Count},
lastUpdated => 0,
},
};
1;