mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 21:41:26 +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