Regex Builder Localization

The Regex Builder and visual breakdown use the same .resw catalogs as the rest of Grex. English source strings live in Strings/en-US/Resources.resw; every other culture has a matching catalog under Strings/<culture>/Resources.resw.

Relevant resource families include:

Do not maintain a copied key inventory here. The English catalog is authoritative and changes over time.

When changing Regex Builder text:

  1. update the English resource;
  2. propagate it with Scripts/add_localization_entry.py when the key is new;
  3. preserve format placeholders;
  4. mark affected translations incomplete until reviewed;
  5. run the localization script tests;
  6. run the Regex Builder localization tests on Windows.

See: