Help! I broke wp-config-sample.php by translating CY WordPress

I think I broke WordPress Cymraeg (Welsh)

Basically I translated the value in the following lines – which I’ve made bold.

define( ‘DB_NAME’, ‘database_name_here‘ );
define( ‘DB_USER’, ‘username_here‘ );
define( ‘DB_PASSWORD’, ‘password_here‘ );

Now a user has told me that the automatic wp-config.php creation process results in an error – blank screen for him and I see “PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/preface.php. Fatal error: Uncaught Error: Call to undefined function wp() in /folder/wp-blog-header.php” in the error.log

I can commit a working wp-config-sample.php (bold bits above stay in English, but comments etc translated into our language)

Questions:

Is that enough to fix this?

What can we do to propagate this to the zip that users download? And anywhere else where it’s needed?

And how quickly will it be done please?

Sorry. And thanks!

#request