Heya,
i was also looking for a solution but was able to fix it easily by changing just one string in:
../vendor/nesbot/carbon/src/Carbon/Carbon.php
Edit the file and look for this line (916)
static::setLocale('en');
Just change it to your desired language code..
i.e. for german change "en" with "de"
If you need to make custom translation go to:
../vendor/nesbot/carbon/src/Carbon/Lang/
you will find several language files here where you can modify your own.
Hope this helps