mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
chore: cleaner setup
This commit is contained in:
4
packages/i18n/src/messages.d.ts
vendored
4
packages/i18n/src/messages.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
import type en from "./translations/en-US.json"
|
||||
import type fr from "./translations/fr-FR.json"
|
||||
|
||||
type Messages = typeof en
|
||||
type Messages = typeof fr
|
||||
|
||||
declare global {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user