Fix 'Failed check: Ellipsis' on Weblate (#10144)
* Fix 'Failed check: Ellipsis' on Weblate Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Fix tests Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove white space characters before the horizontal ellipsis from RoomPreviewBar Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * yarn run i18n Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Additional change Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> --------- Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
aded28ed25
commit
ea4000cf1e
48 changed files with 117 additions and 120 deletions
|
@ -413,7 +413,7 @@ export default class HTMLExporter extends Exporter {
|
|||
}
|
||||
|
||||
public async export(): Promise<void> {
|
||||
this.updateProgress(_t("Starting export..."));
|
||||
this.updateProgress(_t("Starting export…"));
|
||||
|
||||
const fetchStart = performance.now();
|
||||
const res = await this.getRequiredEvents();
|
||||
|
@ -428,7 +428,7 @@ export default class HTMLExporter extends Exporter {
|
|||
false,
|
||||
);
|
||||
|
||||
this.updateProgress(_t("Creating HTML..."));
|
||||
this.updateProgress(_t("Creating HTML…"));
|
||||
|
||||
const usedClasses = new Set<string>();
|
||||
for (let page = 0; page < res.length / 1000; page++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue