Localization V1 and V2 would both exist in the DevTools during the migration. To check whether the file you are touching is migrated or not:
const UIStrings = declare at the top of the file after import statements? ✔️: V2i18n referenced in the file? ✔️: V2ls`` , Common.UISting(), or UI.formatLocalized() in the file? ✔️: V1Presubmit step would also inform you if there are V1 APIs used in a migrated file.