Skip to content

Commit c2e597c

Browse files
committed
missing message format files
1 parent c26d70e commit c2e597c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

lib/javascripts/locale/zh_CN.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
MessageFormat.locale.zh_CN = function ( n ) {
2+
return "other";
3+
};

lib/javascripts/locale/zh_TW.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
MessageFormat.locale.zh_TW = function ( n ) {
2+
return "other";
3+
};

0 commit comments

Comments
 (0)