Skip to content

False positives on variables #3

Description

@gnesher

Two use cases:

  1. When defining translation strings within enums
export enum GPSFieldType {
  LOCATION = 'LV.GPS_INFO.LOCATION',
  MANUAL_DEPTH = 'LV.GPS_INFO.MANUAL_DEPTH',
  ...
  ...
  ...
}

which we use to more easily access specific translations.
2. When defining translation strings within objects

        options: [
          {
            title: 'LV.SYSTEM_MAPPING.INTERNAL_GPS',
            value: NeedQPSQualityKey.InternalGPS,
          },
]

In both cases translations are marked as zombies

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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