mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch 'master' of github.com:appwrite/appwrite into remove-globals
This commit is contained in:
@@ -31,7 +31,6 @@ return [
|
||||
'no', // Norwegian
|
||||
'ph', // Filipino
|
||||
'pl', // Polish
|
||||
'pn', // Punjabi
|
||||
'pt-br', // Portuguese - Brazil
|
||||
'pt-pt', // Portuguese - Portugal
|
||||
'ro', // Romanian
|
||||
|
||||
+1
-1
@@ -130,7 +130,7 @@ services:
|
||||
- appwrite-redis:/data:rw
|
||||
|
||||
clamav:
|
||||
image: appwrite/clamav:1.0.11
|
||||
image: appwrite/clamav:1.0.12
|
||||
container_name: appwrite_clamav
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
||||
@@ -227,7 +227,7 @@ trait LocaleBase
|
||||
'x-appwrite-project' => $this->getProject()['$id'],
|
||||
'x-appwrite-locale' => $lang,
|
||||
]);
|
||||
|
||||
|
||||
foreach ($response['body'] as $i => $code) {
|
||||
$this->assertArrayHasKey($i, $defaultCountries, $i . ' country should be removed from ' . $lang);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user