Skip to content

Language Script Issues #4

Description

@bakerboy448
  • Failing to detect Div Text
    image
    image

Line break makes no difference

    <div className={styles.summary}>
      Manage author, profile, restriction, and notification tags
    </div>

and

   <div className={styles.summary}>Manage author, profile, restriction, and notification tags</div>

  {
    name: 'trigger',
    label: '',
    isVisible: true
  },
  {
    name: 'commandName',
    label: 'Name',
    isVisible: true
  },

  • Unneeded reformatting
    image

Need to make cleanup case insensitive

translate
label: translate('TimeLeft'),

en.json

"Timeleft": "Time Left",

Fixed by #5


appears to not like Settings/Settings.js?

   <Link
      className={styles.link}
      to="/settings/profiles"
    >
      {translate('Profiles')}
    </Link>

yet

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions