Files
firefly-iii/resources/lang/zh_TW/config.php
2017-08-25 07:07:26 +02:00

25 lines
563 B
PHP

<?php
declare(strict_types=1);
/**
* config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
'locale' => '',
'month' => '',
'month_and_day' => '',
'date_time' => '',
'specific_day' => '',
'week_in_year' => '',
'quarter_of_year' => '',
'year' => '',
'half_year' => '',
];