This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,21 +0,0 @@
<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
$code = 'zh-TW';
/**
* For more info about time and date format see:
* http://www.php.net/manual/en/function.date.php
*/
$GLOBALS['def_date_format'] = 'Y/n/j';
$GLOBALS['def_time_format'] = 'H:i:s';
$GLOBALS['def_short_time_format'] = 'H:i';
$GLOBALS['def_datetime_format'] = 'Y/n/j H:i';
// The + operator appends elements of remaining keys from
// the right handed array to the left handed, whereas
// duplicated keys are NOT overwritten.
// That's why this code MUST be executed after main array assignment
include(__DIR__ . '/common_messages_zh-TW.php');
include(__DIR__ . '/common_cli_messages_zh-TW.php');