user settings supports language and date&time format

This commit is contained in:
MaysWind
2023-06-04 21:08:48 +08:00
parent 999ca6274c
commit 0a106026dd
33 changed files with 1082 additions and 285 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export default {
return this.$buildTime;
}
return this.$utilities.formatUnixTime(this.$buildTime, this.$t('format.datetime.long'));
return this.$utilities.formatUnixTime(this.$buildTime, this.$locale.getLongDateTimeFormat());
},
licenseLines() {
return this.$licenses.license.replaceAll(/\r/g, '').split('\n');