feat: add next-international translations (#2)
* feat: add next-international translations * chore: fix formatting * chore: address pull request feedback
This commit is contained in:
4
packages/translation/src/index.ts
Normal file
4
packages/translation/src/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const supportedLanguages = ["en", "de"] as const;
|
||||
export type SupportedLanguage = (typeof supportedLanguages)[number];
|
||||
|
||||
export const defaultLocale = "en";
|
||||
Reference in New Issue
Block a user