platform-bible-react
    Preparing search index...

    Variable SELECT_BOOKS_STRING_KEYSConst

    SELECT_BOOKS_STRING_KEYS: readonly [
        "%webView_book_selector_books_selected%",
        "%webView_book_selector_select_books%",
        "%webView_book_selector_search_books%",
        "%webView_book_selector_select_all%",
        "%webView_book_selector_clear_all%",
        "%webView_book_selector_no_book_found%",
        "%webView_book_selector_more%",
        "%scripture_section_ot_long%",
        "%scripture_section_ot_short%",
        "%scripture_section_nt_long%",
        "%scripture_section_nt_short%",
        "%scripture_section_dc_long%",
        "%scripture_section_dc_short%",
        "%scripture_section_extra_long%",
        "%scripture_section_extra_short%",
    ] = ...

    Object containing all keys used for localization in the SelectBooks component. If you're using this component in an extension, you can pass it into the useLocalizedStrings hook to easily obtain the localized strings and pass them into the localizedStrings prop of this component