Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

extracting strings with backticks for multiline appears to cause an error #12

@hkasemir

Description

@hkasemir
<Loc.P l10nId="ActionBar_learnersSelected" l10nVars={{learners}}>
        {`{$learners ->
    [one] One learner selected
   *[other] { $learners } learners selected
       }`}
      </Loc.P>

produces the following output:

 ActionBar_learnersSelected =
    STRING_IMPORT_ERROR:
    - no translated props or message provided to Loc.P
    - pass in a non-empty translatable message as a child or applicable attributes
    - check the component with the localization ID "ActionBar_learnersSelected"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions