Add placeholder to en_US files.

This commit is contained in:
James Cole
2023-01-14 15:32:51 +01:00
parent db0500dcf0
commit 65027d7832
15 changed files with 101 additions and 0 deletions

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -39,6 +41,8 @@ return [
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
// Ignore this comment
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
@@ -66,3 +70,5 @@ return [
'dow_6' => 'Saturday',
'dow_7' => 'Sunday',
];
// Ignore this comment