This is no longer necessary since translations are no longer stored in the repository.

This commit is contained in:
James Cole
2025-01-05 09:20:55 +01:00
parent 481bb3fb0a
commit 5dce0bec8e
16 changed files with 49 additions and 58 deletions

View File

@@ -20,7 +20,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
@@ -41,7 +41,7 @@ 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',
@@ -72,4 +72,4 @@ return [
'dow_7' => 'Sunday',
];
// Ignore this comment