i18n
This commit is contained in:
		| @@ -71,7 +71,6 @@ | ||||
|  | ||||
| <script lang="ts"> | ||||
| import Vue from 'vue'; | ||||
| import dateStringify from '../../../common/scripts/date-stringify'; | ||||
| import parse from '../../../../../mfm/parse'; | ||||
|  | ||||
| import MkPostFormWindow from './post-form-window.vue'; | ||||
| @@ -128,7 +127,7 @@ export default Vue.extend({ | ||||
| 		}, | ||||
|  | ||||
| 		title(): string { | ||||
| 			return dateStringify(this.p.createdAt); | ||||
| 			return new Date(this.p.createdAt).toLocaleString(); | ||||
| 		}, | ||||
|  | ||||
| 		urls(): string[] { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo