delint and run i18n
							parent
							
								
									2eddb6ca01
								
							
						
					
					
						commit
						b73d0ca92a
					
				| 
						 | 
					@ -22,7 +22,6 @@ import PropTypes from 'prop-types';
 | 
				
			||||||
import classNames from 'classnames';
 | 
					import classNames from 'classnames';
 | 
				
			||||||
import {focusCapturedRef} from "../../utils/Accessibility";
 | 
					import {focusCapturedRef} from "../../utils/Accessibility";
 | 
				
			||||||
import {Key, KeyCode} from "../../Keyboard";
 | 
					import {Key, KeyCode} from "../../Keyboard";
 | 
				
			||||||
import {_t} from "../../languageHandler";
 | 
					 | 
				
			||||||
import sdk from "../../index";
 | 
					import sdk from "../../index";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Shamelessly ripped off Modal.js.  There's probably a better way
 | 
					// Shamelessly ripped off Modal.js.  There's probably a better way
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -318,8 +318,6 @@ module.exports = createReactClass({
 | 
				
			||||||
            return null;
 | 
					            return null;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        let leaveClickHandler = null;
 | 
					        let leaveClickHandler = null;
 | 
				
			||||||
        let leaveText = null;
 | 
					        let leaveText = null;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -24,7 +24,6 @@ import Modal from "../../../Modal";
 | 
				
			||||||
import SdkConfig from '../../../SdkConfig';
 | 
					import SdkConfig from '../../../SdkConfig';
 | 
				
			||||||
import { getHostingLink } from '../../../utils/HostingLink';
 | 
					import { getHostingLink } from '../../../utils/HostingLink';
 | 
				
			||||||
import MatrixClientPeg from '../../../MatrixClientPeg';
 | 
					import MatrixClientPeg from '../../../MatrixClientPeg';
 | 
				
			||||||
import sdk from "../../../index";
 | 
					 | 
				
			||||||
import {MenuItem} from "../../structures/ContextualMenu";
 | 
					import {MenuItem} from "../../structures/ContextualMenu";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export class TopLeftMenu extends React.Component {
 | 
					export class TopLeftMenu extends React.Component {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1054,11 +1054,11 @@
 | 
				
			||||||
    "Yesterday": "Yesterday",
 | 
					    "Yesterday": "Yesterday",
 | 
				
			||||||
    "View Source": "View Source",
 | 
					    "View Source": "View Source",
 | 
				
			||||||
    "Error decrypting audio": "Error decrypting audio",
 | 
					    "Error decrypting audio": "Error decrypting audio",
 | 
				
			||||||
 | 
					    "Options": "Options",
 | 
				
			||||||
    "React": "React",
 | 
					    "React": "React",
 | 
				
			||||||
    "Reply": "Reply",
 | 
					    "Reply": "Reply",
 | 
				
			||||||
    "Edit": "Edit",
 | 
					    "Edit": "Edit",
 | 
				
			||||||
    "Message Actions": "Message Actions",
 | 
					    "Message Actions": "Message Actions",
 | 
				
			||||||
    "Options": "Options",
 | 
					 | 
				
			||||||
    "Attachment": "Attachment",
 | 
					    "Attachment": "Attachment",
 | 
				
			||||||
    "Error decrypting attachment": "Error decrypting attachment",
 | 
					    "Error decrypting attachment": "Error decrypting attachment",
 | 
				
			||||||
    "Decrypt %(text)s": "Decrypt %(text)s",
 | 
					    "Decrypt %(text)s": "Decrypt %(text)s",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue