refactor: code cleanup

This commit is contained in:
saicaca
2024-02-18 18:13:43 +08:00
committed by saica.go
parent 3cd21c2da9
commit af29b9160f
51 changed files with 872 additions and 2264 deletions

View File

@@ -1,5 +1,5 @@
import Key from '../i18nKey.ts'
import type { Translation } from '../translation.ts'
import Key from '../i18nKey'
import type { Translation } from '../translation'
export const ja: Translation = {
[Key.home]: 'Home',
@@ -23,7 +23,7 @@ export const ja: Translation = {
[Key.postCount]: '件の投稿',
[Key.postsCount]: '件の投稿',
[Key.primaryColor]: '原色',
[Key.themeColor]: 'テーマカラー',
[Key.more]: 'もっと',