2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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";
};