platform-bible-react
    Preparing search index...

    Variable COMMENT_EDITOR_STRING_KEYSConst

    COMMENT_EDITOR_STRING_KEYS: readonly [
        "%commentEditor_placeholder%",
        "%commentEditor_saveButton_tooltip%",
        "%commentEditor_cancelButton_tooltip%",
        "%commentEditor_assignTo_label%",
        "%commentEditor_unassigned%",
        "%commentEditor_team%",
    ] = ...

    Object containing all keys used for localization in the CommentEditor 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