mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
missing message format files
This commit is contained in:
parent
c26d70e68a
commit
c2e597c57c
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";
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user