Flarum (2.x)
    Preparing search index...

    One thing the server did, as it reported it.

    Every step says what happened rather than describing it, so the wording here comes from the translations — a sentence assembled on the server could only ever have been in English.

    interface Step {
        bundle?: string;
        changed?: number | null;
        files?: number | null;
        frontend?: string;
        locale?: string | null;
        localeName?: string | null;
        message?: string;
        milliseconds?: number;
        name?: string;
        state?: "rebuilt" | "unchanged" | "rewritten" | "empty" | "chunks";
        step?: string;
        type: "done" | "cleared" | "rebuilt" | "failed";
    }
    Index

    Properties

    bundle?: string
    changed?: number | null
    files?: number | null
    frontend?: string
    locale?: string | null
    localeName?: string | null
    message?: string
    milliseconds?: number
    name?: string
    state?: "rebuilt" | "unchanged" | "rewritten" | "empty" | "chunks"
    step?: string
    type: "done" | "cleared" | "rebuilt" | "failed"