Tc() translation core contexts

Examining the list of core contexts for tc(), I find “PageTemplateName”

I want to translate Page TYPE Names. Is this the proper core context to use? And if so, what context do we use to translate Page TEMPLATE names? Is there another context available for this?? Is this list exhaustive?

I think this defines all the available contexts: translation-library/Cif.php at master · concrete5-community/translation-library · GitHub

It doesn’t look like PageTypeName has been implemented, but PageTemplateName has.

Maybe submit a pull request to add support for PageTypeName?