mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 19:13:59 +02:00
Turkish: Fix date hint (thanks Shirai Takashi)
This commit is contained in:
@@ -307,7 +307,7 @@ Lang::$translations = array(
|
||||
// date format in Editor: $1 yyyy, $2 yy, $3 mm, $4 m, $5 dd, $6 d
|
||||
'$1-$3-$5' => '$6.$4.$1',
|
||||
// hint for date format - use language equivalents for day, month and year shortcuts
|
||||
'[yyyy]-mm-dd' => '[yyyy]-aa-gg',
|
||||
'[yyyy]-mm-dd' => 'g.a.[yyyy]',
|
||||
// hint for time format - use language equivalents for hour, minute and second shortcuts
|
||||
'HH:MM:SS' => 'SS:DD:ss',
|
||||
'now' => 'şimdi',
|
||||
|
Reference in New Issue
Block a user