Hi all,
I'm pleased to advise the ability to translate TLD category names has been added in version 7.5!
They can be customised in the same way as other pieces of text in the system - via language override files. For example:


[co]
  • $_LANG['domainTldCategory']['Popular'] = "Popularree";
  • [/co]
    Adding this string to the /lang/overrides/french.php file will translate the Popular language string into to French. Repeat for each category, eg:


    [co]
  • $_LANG['domainTldCategory']['Novelty'] = "Nouveauté";
  • [/co]