// The visible product name is a fixed brand constant, never a translatable string: it // must read identically ("Fleet Ops") in every supported locale. Keeping it out of the // i18n resource files makes that a structural guarantee rather than a convention a // translator could accidentally break by editing one locale's JSON. export const PRODUCT_NAME = "Fleet Ops";