Skip to content

New heuristic for no-untranslated-string: catch all label props? #100

Description

@krassowski

Problem

A few untranslated strings in JupyterLab were missed, two noted in jupyterlab/jupyterlab#19318:

        return new NotebookMetadataField({
          editorFactory,
          tracker,
          label: 'Notebook metadata',
          translator: translator
        }).render(props);

Proposed Solution

Should we flag all label: string-literal as possible missing translation?

Maybe this could be an option in no-untranslated-string.

Additional context

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions