mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 17:25:05 +02:00
Use localizeddate for showing date information in templates.
This commit is contained in:
parent
af5a7f8986
commit
b090f1b716
7 changed files with 86 additions and 4 deletions
11
config/packages/twig_extensions.yaml
Normal file
11
config/packages/twig_extensions.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
_defaults:
|
||||
public: false
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
# Uncomment any lines below to activate that Twig extension
|
||||
#Twig\Extensions\ArrayExtension: ~
|
||||
#Twig\Extensions\DateExtension: ~
|
||||
Twig\Extensions\IntlExtension: ~
|
||||
#Twig\Extensions\TextExtension: ~
|
Loading…
Add table
Add a link
Reference in a new issue