mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
|
MessageFormat.locale.fi = function ( n ) {
|
||
|
if ( n === 1 ) {
|
||
|
return "one";
|
||
|
}
|
||
|
return "other";
|
||
|
};
|