Give all files the standard warning (to be replaced).

This commit is contained in:
James Cole
2023-01-14 15:43:25 +01:00
parent 65027d7832
commit 9654f631c5
450 changed files with 3091 additions and 61 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 [
@@ -40,6 +42,8 @@ return [
'month_and_day_no_year_js' => 'MMMM Do
CONTEXTREQUEST',
// 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',
@@ -67,3 +71,5 @@ CONTEXTREQUEST',
'dow_6' => 'Lørdag',
'dow_7' => 'Søndag',
];
// Ignore this comment