Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language Script Issues #4

Open
bakerboy448 opened this issue Dec 17, 2021 · 1 comment
Open

Language Script Issues #4

bakerboy448 opened this issue Dec 17, 2021 · 1 comment

Comments

@bakerboy448
Copy link
Contributor

bakerboy448 commented Dec 17, 2021

  • 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

@bakerboy448
Copy link
Contributor Author

Reminder to fix labels
{
name: 'lastUsed',
label: 'Last Used',
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant