diff options
Diffstat (limited to '.storage/core.config')
-rw-r--r-- | .storage/core.config | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/.storage/core.config b/.storage/core.config index 40052c9..41e6d44 100644 --- a/.storage/core.config +++ b/.storage/core.config @@ -1,16 +1,18 @@ { - "version": 1, - "minor_version": 1, - "key": "core.config", - "data": { - "latitude": 40.20199333859466, - "longitude": 44.48050969769397, - "elevation": 1050, - "unit_system": "metric", - "location_name": "Halabyan24", - "time_zone": "Asia/Yerevan", - "external_url": null, - "internal_url": null, - "currency": "EUR" - } + "version": 1, + "minor_version": 3, + "key": "core.config", + "data": { + "latitude": 40.20199333859466, + "longitude": 44.48050969769397, + "elevation": 1050, + "unit_system_v2": "metric", + "location_name": "Halabyan24", + "time_zone": "Asia/Yerevan", + "external_url": null, + "internal_url": null, + "currency": "EUR", + "country": "AM", + "language": "en" + } }
\ No newline at end of file |