Revert "Internationalisation fix "

This commit is contained in:
nelson.li
2025-08-12 21:44:03 +08:00
committed by GitHub
parent c24352eb58
commit 30f82aa58e
3 changed files with 1 additions and 17 deletions
-7
View File
@@ -2,13 +2,6 @@
import { computed, ref, onUnmounted } from 'vue'
import type { Milestone } from '../models/classes/Milestone'
import { TimelineScale } from '../models/types/TimelineScale'
import { useI18n } from '../composables/useI18n'
const { getTranslation } = useI18n()
const t = (key: string): string => {
return getTranslation(key)
}
interface Props {
date: string // 里程碑日期