mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
Add additional language and bump sqlite version
This commit is contained in:
@@ -41,7 +41,7 @@ return [
|
||||
* Minimum sqlite version.
|
||||
*/
|
||||
|
||||
'min_sqlite_version' => '3.24.0',
|
||||
'min_sqlite_version' => '3.35.0',
|
||||
|
||||
/*
|
||||
* Marketplace url.
|
||||
@@ -71,6 +71,7 @@ return [
|
||||
['code' => 'cs', 'name' => 'Czech'],
|
||||
['code' => 'el', 'name' => 'Greek'],
|
||||
['code' => 'hr', 'name' => 'Crotian'],
|
||||
['code' => 'mk', 'name' => 'Macedonian'],
|
||||
['code' => 'th', 'name' => 'ไทย'],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user