austinwbest / random

A place to dump random quickly thrown together scripts and such
5 stars 1 forks source link

Language Script Issues #4

Open bakerboy448 opened 2 years ago

bakerboy448 commented 2 years ago

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
  },


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 commented 1 year ago

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