You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Fix i18n and analytics
This commit is contained in:
@@ -974,7 +974,7 @@ export const Commands = [
|
|||||||
args: "<description>",
|
args: "<description>",
|
||||||
runFn: function(roomId, args) {
|
runFn: function(roomId, args) {
|
||||||
return success(
|
return success(
|
||||||
Modal.createTrackedDialog('Bug Report Dialog', '', BugReportDialog, {
|
Modal.createTrackedDialog('Slash Commands', 'Bug Report Dialog', BugReportDialog, {
|
||||||
initialText: args,
|
initialText: args,
|
||||||
}).finished,
|
}).finished,
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -206,8 +206,6 @@
|
|||||||
"Displays list of commands with usages and descriptions": "Displays list of commands with usages and descriptions",
|
"Displays list of commands with usages and descriptions": "Displays list of commands with usages and descriptions",
|
||||||
"Displays information about a user": "Displays information about a user",
|
"Displays information about a user": "Displays information about a user",
|
||||||
"Send a bug report with logs": "Send a bug report with logs",
|
"Send a bug report with logs": "Send a bug report with logs",
|
||||||
"Logs sent": "Logs sent",
|
|
||||||
"Thank you!": "Thank you!",
|
|
||||||
"Opens chat with the given user": "Opens chat with the given user",
|
"Opens chat with the given user": "Opens chat with the given user",
|
||||||
"Sends a message to the given user": "Sends a message to the given user",
|
"Sends a message to the given user": "Sends a message to the given user",
|
||||||
"Displays action": "Displays action",
|
"Displays action": "Displays action",
|
||||||
@@ -1602,6 +1600,8 @@
|
|||||||
"Close dialog": "Close dialog",
|
"Close dialog": "Close dialog",
|
||||||
"Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Please tell us what went wrong or, better, create a GitHub issue that describes the problem.",
|
"Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Please tell us what went wrong or, better, create a GitHub issue that describes the problem.",
|
||||||
"Preparing to send logs": "Preparing to send logs",
|
"Preparing to send logs": "Preparing to send logs",
|
||||||
|
"Logs sent": "Logs sent",
|
||||||
|
"Thank you!": "Thank you!",
|
||||||
"Failed to send logs: ": "Failed to send logs: ",
|
"Failed to send logs: ": "Failed to send logs: ",
|
||||||
"Preparing to download logs": "Preparing to download logs",
|
"Preparing to download logs": "Preparing to download logs",
|
||||||
"Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Reminder: Your browser is unsupported, so your experience may be unpredictable.",
|
"Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Reminder: Your browser is unsupported, so your experience may be unpredictable.",
|
||||||
|
|||||||
Reference in New Issue
Block a user