Customize weather temperature display based on unit setting

This commit is contained in:
Joshua Taillon
2022-11-07 14:52:21 -07:00
parent 951dde5334
commit 0931dfc5b1
4 changed files with 18 additions and 10 deletions

View File

@ -94,8 +94,8 @@
"SUCCESSFUL_UPDATE": "Your account has been updated successfully.",
"UNITS": {
"LABEL": "Units for distance",
"IMPERIAL": "Imperial system (ft, mi)",
"METRIC": "Metric system (m, km)"
"IMPERIAL": "Imperial system (ft, mi, °F)",
"METRIC": "Metric system (m, km, °C)"
},
"TIMEZONE": "Timezone"
},
@ -108,4 +108,4 @@
"USER_PICTURE": "user picture",
"USERNAME": "Username",
"USERNAME_INFO": "3 to 30 characters required, only alphanumeric characters and the underscore character \"_\" allowed."
}
}