Edit page title, localization

Permalink
Right now I have my site set up with the format

Site Name - Title of Page


using this in config/site.php

define('PAGE_TITLE_FORMAT', '%1$s - %2$s');


The only problem is now my site is in English and French, so I need to do two versions:

Site Name - Title of Page


And

Site Name Fr - Title of Page


"Title of Page" is simple because I can just do the French title under page properties...but can I have a French version of my site name?