mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 03:53: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
|
// date format in Editor: $1 yyyy, $2 yy, $3 mm, $4 m, $5 dd, $6 d
|
||||||
'$1-$3-$5' => '$6.$4.$1',
|
'$1-$3-$5' => '$6.$4.$1',
|
||||||
// hint for date format - use language equivalents for day, month and year shortcuts
|
// 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
|
// hint for time format - use language equivalents for hour, minute and second shortcuts
|
||||||
'HH:MM:SS' => 'SS:DD:ss',
|
'HH:MM:SS' => 'SS:DD:ss',
|
||||||
'now' => 'şimdi',
|
'now' => 'şimdi',
|
||||||
|
Reference in New Issue
Block a user