missing message format files

This commit is contained in:
Sam 2013-05-30 17:03:47 +10:00
parent c26d70e68a
commit c2e597c57c
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
MessageFormat.locale.zh_CN = function ( n ) {
return "other";
};

View File

@ -0,0 +1,3 @@
MessageFormat.locale.zh_TW = function ( n ) {
return "other";
};