my code:
<?php
require __DIR__.'/vendor/autoload.php';
setlocale(LC_ALL, 'en-US');
$t = new \Gettext\GettextTranslator();
//Set the language and load the domain
$t->setLanguage('gl');
$t->loadDomain('messages', 'Locale');
And there are errors following...
Deprecated: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead
Warning: setlocale(): Invalid locale category name LC_MESSAGES, must be one of LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, or LC_TIME