mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01:00
refactor: code cleanup
This commit is contained in:
@@ -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 en: Translation = {
|
||||
[Key.home]: 'Home',
|
||||
@@ -23,7 +23,7 @@ export const en: Translation = {
|
||||
[Key.postCount]: 'post',
|
||||
[Key.postsCount]: 'posts',
|
||||
|
||||
[Key.primaryColor]: 'Primary Color',
|
||||
[Key.themeColor]: 'Theme Color',
|
||||
|
||||
[Key.more]: 'More',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user