Update Google descriptions

This commit is contained in:
Muntashir Al-Islam 2023-05-11 11:20:22 +06:00
parent 271e84725d
commit ccd1252117
17 changed files with 514 additions and 150 deletions

File diff suppressed because it is too large Load Diff

13
lint.php Normal file
View File

@ -0,0 +1,13 @@
<?php
$json_files = array_filter(scandir(__DIR__), function ($item) {
return str_ends_with($item, ".json");
});
foreach ($json_files as $json_file) {
$list = json_decode(file_get_contents(__DIR__ . '/' . $json_file), true);
usort($list, function ($o1, $o2) {
return $o1['id'] <=> $o2['id'];
});
file_put_contents(__DIR__ . '/' . $json_file, json_encode($list, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT));
}

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

1
suggestions/cameras.json Normal file
View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

1
suggestions/maps.json Normal file
View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]