mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Move comment
This commit is contained in:
@@ -6,8 +6,8 @@ namespace Adminer;
|
|||||||
* @param float|string $number
|
* @param float|string $number
|
||||||
*/
|
*/
|
||||||
function lang(string $idf, $number = null): string {
|
function lang(string $idf, $number = null): string {
|
||||||
// this is matched by compile.php
|
|
||||||
$args = func_get_args();
|
$args = func_get_args();
|
||||||
|
// this is matched by compile.php
|
||||||
$args[0] = Lang::$translations[$idf] ?: $idf;
|
$args[0] = Lang::$translations[$idf] ?: $idf;
|
||||||
return call_user_func_array('Adminer\lang_format', $args);
|
return call_user_func_array('Adminer\lang_format', $args);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user