mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
fix: 翻译聊天内容参数错误
This commit is contained in:
parent
f7dd9f852f
commit
8ca1ef3b50
@ -294,7 +294,7 @@ class Doo
|
|||||||
* @param string|false $lang
|
* @param string|false $lang
|
||||||
* @return string|string[]
|
* @return string|string[]
|
||||||
*/
|
*/
|
||||||
public static function getLanguages(bool $lang = false)
|
public static function getLanguages($lang = false)
|
||||||
{
|
{
|
||||||
$array = [
|
$array = [
|
||||||
"zh" => "简体中文",
|
"zh" => "简体中文",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user