Migrate more strings to translation keys (#11522)

This commit is contained in:
Michael Telatynski
2023-09-04 19:41:39 +01:00
committed by GitHub
parent e650397bac
commit bf68e4afb6
69 changed files with 4870 additions and 3876 deletions

View File

@@ -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,
}),