From aa97a9c59cb17fed761492204b1e453c7d0a97a4 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Mon, 31 May 2021 15:22:21 +1000 Subject: [PATCH] updates * updates --- Makefile.in | 2 +- contrib/translations/example.json | 31 ------------------------------- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 contrib/translations/example.json diff --git a/Makefile.in b/Makefile.in index f88cce12..5b3566a3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,7 +79,7 @@ SOURCES = \ src/upload.d \ src/util.d \ src/progress.d \ - src/translations.d + src/translations.d ifeq ($(NOTIFICATIONS),yes) SOURCES += src/notifications/notify.d src/notifications/dnotify.d diff --git a/contrib/translations/example.json b/contrib/translations/example.json deleted file mode 100644 index f340c6bf..00000000 --- a/contrib/translations/example.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(driveItem)", - "@odata.deltaLink": "https://graph.microsoft.com/v1.0/drives/b!bO8V7s9SSk6r7mWHpIjURotN33W1W2tEv3OXV_oFIdQimEdOHR-1So7CqeT1MfHA/items/01WIXGO5V6Y2GOVW7725BZO354PWSELRRZ/delta?select=id%2cname%2ceTag%2ccTag%2cdeleted%2cfile%2cfolder%2croot%2cfileSystemInfo%2cremoteItem%2cparentReference%2csize&token=MzslMjM0OyUyMzE7Mzs0ZTQ3OTgyMi0xZjFkLTRhYjUtOGVjMi1hOWU0ZjUzMWYxYzA7NjM3NTgwMTQzMDU3MzAwMDAwOzE0ODQ3MTA5ODslMjM7JTIzOyUyMzA", - "value": [ - { - "@odata.etag": "\"{7869190A-D219-4363-B262-4EF7A79B28B4},5\"", - "@odata.type": "#microsoft.graph.driveItem", - "cTag": "\"c:{7869190A-D219-4363-B262-4EF7A79B28B4},2\"", - "eTag": "\"{7869190A-D219-4363-B262-4EF7A79B28B4},5\"", - "file": { - "hashes": { - "quickXorHash": "YZgDGcwQhjmQwQwKCQAAAAAAAAA=" - }, - "mimeType": "text/plain" - }, - "fileSystemInfo": { - "createdDateTime": "2021-05-30T23:31:30Z", - "lastModifiedDateTime": "2021-03-03T19:26:31Z" - }, - "id": "01WIXGO5QKDFUXQGOSMNB3EYSO66TZWKFU", - "name": "hhhhhhhh.txt", - "parentReference": { - "driveId": "b!bO8V7s9SSk6r7mWHpIjURotN33W1W2tEv3OXV_oFIdQimEdOHR-1So7CqeT1MfHA", - "driveType": "business", - "id": "01WIXGO5V6Y2GOVW7725BZO354PWSELRRZ", - "path": "/drives/b!bO8V7s9SSk6r7mWHpIjURotN33W1W2tEv3OXV_oFIdQimEdOHR-1So7CqeT1MfHA/root:" - }, - "size": 9 - } - ] -} \ No newline at end of file