- Fixed issues reported by  Miri4ever
- Removed all MySQL specific SQL
- Better language management
- Minor code cleanup
This commit is contained in:
privet.fun 2023-05-29 13:32:30 -07:00
commit f21720b139
9 changed files with 84 additions and 43 deletions
privet/ailabs/language/ru

View file

@ -24,5 +24,6 @@ $lang = array_merge($lang, [
'AILABS_THINKING' => 'думает',
'AILABS_REPLYING' => 'отвечает…',
'AILABS_REPLIED' => 'ответил ↓',
'AILABS_UNABLE_TO_REPLY' => 'ответить не смог'
'AILABS_UNABLE_TO_REPLY' => 'ответить не смог',
'L_AILABS_AI' => 'AI'
]);