missing message format files
This commit is contained in:
parent
c26d70e68a
commit
c2e597c57c
|
@ -0,0 +1,3 @@
|
|||
MessageFormat.locale.zh_CN = function ( n ) {
|
||||
return "other";
|
||||
};
|
|
@ -0,0 +1,3 @@
|
|||
MessageFormat.locale.zh_TW = function ( n ) {
|
||||
return "other";
|
||||
};
|
Loading…
Reference in New Issue