mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
This is no longer necessary since translations are no longer stored in the repository.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user