mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Time format hint (Editor)
This commit is contained in:
@@ -281,6 +281,8 @@ $translations = array(
|
||||
'$1-$3-$5' => '$6.$4.$1',
|
||||
// hint for date format - use language equivalents for day, month and year shortcuts
|
||||
'[yyyy]-mm-dd' => 'd.m.[rrrr]',
|
||||
// hint for time format - use language equivalents for hour, minute and second shortcuts
|
||||
'HH:MM:SS' => 'HH:MM:SS',
|
||||
'now' => 'teď',
|
||||
|
||||
// general SQLite error in create, drop or rename database
|
||||
|
Reference in New Issue
Block a user