Migrate more strings to translation keys (#11522)
This commit is contained in:
committed by
GitHub
parent
e650397bac
commit
bf68e4afb6
@@ -83,7 +83,7 @@ export default class JSONExporter extends Exporter {
|
||||
for (let i = 0; i < events.length; i++) {
|
||||
const event = events[i];
|
||||
this.updateProgress(
|
||||
_t("Processing event %(number)s out of %(total)s", {
|
||||
_t("export_chat|processing_event_n", {
|
||||
number: i + 1,
|
||||
total: events.length,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user