mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
missing message format files
This commit is contained in:
3
lib/javascripts/locale/zh_CN.js
Normal file
3
lib/javascripts/locale/zh_CN.js
Normal file
@ -0,0 +1,3 @@
|
||||
MessageFormat.locale.zh_CN = function ( n ) {
|
||||
return "other";
|
||||
};
|
3
lib/javascripts/locale/zh_TW.js
Normal file
3
lib/javascripts/locale/zh_TW.js
Normal file
@ -0,0 +1,3 @@
|
||||
MessageFormat.locale.zh_TW = function ( n ) {
|
||||
return "other";
|
||||
};
|
Reference in New Issue
Block a user