1.0.1
- Fixed issues reported by Miri4ever - Removed all MySQL specific SQL - Better language management - Minor code cleanup
This commit is contained in:
parent
1e062a4aa0
commit
f21720b139
9 changed files with 84 additions and 43 deletions
privet/ailabs/language/ru
|
@ -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'
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue