mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Supporto multilingua in configurazione
This commit is contained in:
@ -26,15 +26,15 @@ $HTMLHandlers = [];
|
||||
$HTMLManagers = [];
|
||||
|
||||
// Lingua del progetto (per la traduzione e la conversione numerica)
|
||||
$lang = 'it';
|
||||
$lang = '|lang|';
|
||||
// Personalizzazione della formattazione di timestamp, date e orari
|
||||
$formatter = [
|
||||
'timestamp' => 'd/m/Y H:i',
|
||||
'date' => 'd/m/Y',
|
||||
'time' => 'H:i',
|
||||
'timestamp' => '|timestamp|',
|
||||
'date' => '|date|',
|
||||
'time' => '|time|',
|
||||
'number' => [
|
||||
'decimals' => ',',
|
||||
'thousands' => '.',
|
||||
'decimals' => '|decimals|',
|
||||
'thousands' => '|thousands|',
|
||||
],
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user