This commit is contained in:
Dylan K. Taylor 2021-08-10 14:53:03 +01:00
parent 2293bd948d
commit 27a2d06083
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 2 additions and 3 deletions

View File

@ -120,7 +120,7 @@ function generate_known_translation_factory(array $languageDefinitions) : void{
echo SHARED_HEADER;
echo <<<'HEADER'
/**
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
* pmmp/Language.
* This class is generated automatically, do NOT modify it by hand.
*/
@ -167,7 +167,6 @@ HEADER;
echo "Done generating KnownTranslationFactory.\n";
}
$lang = parse_ini_file(Path::join(\pocketmine\RESOURCE_PATH, "locale", "eng.ini"), false, INI_SCANNER_RAW);
if($lang === false){
fwrite(STDERR, "Missing language files!\n");

View File

@ -24,7 +24,7 @@ declare(strict_types=1);
namespace pocketmine\lang;
/**
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
* pmmp/Language.
* This class is generated automatically, do NOT modify it by hand.
*/