@turbowarp/types
    Preparing search index...
    interface LocaleState {
        isRtl: boolean;
        locale: string;
        messages: Record<string, string>;
        messagesByLocale: Record<string, Record<string, string>>;
    }
    Index

    Properties

    isRtl: boolean
    locale: string
    messages: Record<string, string>
    messagesByLocale: Record<string, Record<string, string>>