mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
CLEANUP: remove unused pseudo locale
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
MessageFormat.locale.pseudo = function ( n ) {
|
||||
if ( n === 1 ) {
|
||||
return "one";
|
||||
}
|
||||
return "other";
|
||||
};
|
Reference in New Issue
Block a user