mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
missing message format files
This commit is contained in:
parent
c26d70e68a
commit
c2e597c57c
2 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue