implement weather geolocation

This commit is contained in:
Ben Phelps 2022-09-09 12:44:34 +03:00
parent 61f91f0e45
commit e4ea30becc
3 changed files with 148 additions and 20 deletions

View file

@ -15,6 +15,12 @@
"api_error": "API Error",
"status": "Status"
},
"weather": {
"current": "Current Location",
"allow": "Click to allow",
"updating": "Updating",
"wait": "Please wait"
},
"search": {
"placeholder": "Search…"
},